Skip to content

Commit aab304d

Browse files
committed
cargo fmt
1 parent 4c974a0 commit aab304d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/arroyo-controller/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn main() -> Result<(), Error> {
3232
panic!("Could not connect to postgres: arroyo:arroyo@localhost:5432/arroyo")
3333
});
3434

35-
let mut migration_client = MigrationClient::configure()
35+
let mut migration_client = MigrationClient::configure()
3636
.dbname("arroyo")
3737
.host("localhost")
3838
.port(5432)

0 commit comments

Comments
 (0)