diff --git a/Cargo.toml b/Cargo.toml index 10d2d4650..f17db0ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,4 +90,4 @@ tower-test = "0.4.0" tracing = "0.1.36" tracing-subscriber = "0.3.17" trybuild = "1.0.48" -prettyplease = "0.2.25" \ No newline at end of file +prettyplease = "0.2.25" diff --git a/kube-derive/src/custom_resource.rs b/kube-derive/src/custom_resource.rs index ac4d4ab61..3a05c10c8 100644 --- a/kube-derive/src/custom_resource.rs +++ b/kube-derive/src/custom_resource.rs @@ -940,7 +940,7 @@ mod tests { } }; - let expected = quote!{ + let expected = quote! { impl ::schemars::JsonSchema for FooSpec { fn is_referenceable() -> bool { false