Skip to content

Commit cf2b664

Browse files
committed
fixed typo/formatting
1 parent 37743a9 commit cf2b664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ pub fn build_group_listener(
702702
let listener = Listener {
703703
metadata,
704704
spec,
705-
..Default::default()
706-
}
705+
status: None,
706+
};
707707

708708
Ok(listener)
709709
}

0 commit comments

Comments
 (0)