Skip to content

Commit d268bd7

Browse files
committed
cargo fmt
1 parent a850a8a commit d268bd7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,10 @@ mod tests {
11391139

11401140
assert_eq!("3.1.6", &resolved_airflow_image.product_version);
11411141

1142-
assert_eq!("KubernetesExecutor", cluster.spec.executor.as_airflow_core_executor());
1142+
assert_eq!(
1143+
"KubernetesExecutor",
1144+
cluster.spec.executor.as_airflow_core_executor()
1145+
);
11431146
assert!(cluster.spec.cluster_config.load_examples);
11441147
assert!(cluster.spec.cluster_config.expose_config);
11451148
// defaults to true

0 commit comments

Comments
 (0)