Skip to content

Commit

Permalink
chore: actually fix the formatting!
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebond committed Jul 6, 2023
1 parent d27e136 commit fc074fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ required:
"#;

impl SinkerContainer {
pub fn crd_with_manual_schema() -> CustomResourceDefinition {
pub fn crd_with_manual_schema() -> CustomResourceDefinition {
use kube::CustomResourceExt;
let schema: JSONSchemaProps = serde_yaml::from_str(MANUAL_SCHEMA).expect("invalid schema");

Expand Down

0 comments on commit fc074fd

Please sign in to comment.