Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Jul 4, 2024
1 parent 4c974a0 commit aab304d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/arroyo-controller/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() -> Result<(), Error> {
panic!("Could not connect to postgres: arroyo:arroyo@localhost:5432/arroyo")
});

let mut migration_client = MigrationClient::configure()
let mut migration_client = MigrationClient::configure()
.dbname("arroyo")
.host("localhost")
.port(5432)
Expand Down

0 comments on commit aab304d

Please sign in to comment.