Skip to content

Commit 842c775

Browse files
committed
Run formatter
1 parent faea804 commit 842c775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballista/rust/executor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async fn main() -> Result<()> {
114114
None => StandaloneClient::try_new_temporary()
115115
.context("Could not create standalone config backend")?,
116116
};
117-
117+
118118
let server =
119119
SchedulerGrpcServer::new(SchedulerServer::new(Arc::new(client), namespace));
120120
let addr = format!("{}:{}", bind_host, scheduler_port);

0 commit comments

Comments
 (0)