Skip to content

Commit

Permalink
Fmt fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Nov 30, 2024
1 parent fed80e9 commit 4292898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kube-core/src/cel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
use std::str::FromStr;

#[cfg(feature = "schema")]
use schemars::schema::Schema;
#[cfg(feature = "schema")] use schemars::schema::Schema;
use serde::{Deserialize, Serialize};

/// Rule is a CEL validation rule for the CRD field
Expand Down

0 comments on commit 4292898

Please sign in to comment.