Skip to content

Commit

Permalink
clippy/fmt fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev committed Dec 18, 2024
1 parent 97a9131 commit 35c39fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/crd_derive_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use kube::{
WatchEvent, WatchParams,
},
runtime::wait::{await_condition, conditions},
Client, CustomResource, CustomResourceExt, CELSchema,
CELSchema, Client, CustomResource, CustomResourceExt,
};
use serde::{Deserialize, Serialize};

Expand Down
2 changes: 1 addition & 1 deletion kube-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
extern crate proc_macro;
#[macro_use] extern crate quote;

mod custom_resource;
mod cel_schema;
mod custom_resource;
mod resource;

/// A custom derive for kubernetes custom resource definitions.
Expand Down

0 comments on commit 35c39fe

Please sign in to comment.