Skip to content

Commit 37eefed

Browse files
committed
chore: Formatting
1 parent b56b0cf commit 37eefed

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

rust/operator-binary/src/main.rs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,10 @@ async fn main() -> anyhow::Result<()> {
128128
)
129129
.await?;
130130

131-
let event_recorder = Arc::new(Recorder::new(
132-
client.as_kube_client(),
133-
Reporter {
134-
controller: FULL_HBASE_CONTROLLER_NAME.to_string(),
135-
instance: None,
136-
},
137-
));
131+
let event_recorder = Arc::new(Recorder::new(client.as_kube_client(), Reporter {
132+
controller: FULL_HBASE_CONTROLLER_NAME.to_string(),
133+
instance: None,
134+
}));
138135

139136
let hbase_controller = Controller::new(
140137
watch_namespace.get_api::<DeserializeGuard<v1alpha1::HbaseCluster>>(&client),

0 commit comments

Comments
 (0)