Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Oct 4, 2024
1 parent 19ff6c9 commit 55d3efd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ impl MigratePostgresUrl {
PostgresUrl::new_websocket(ws_url, api_key.into_owned())
} else {
PostgresUrl::new_native(url)
}.map_err(ConnectorError::url_parse_error)?;
}
.map_err(ConnectorError::url_parse_error)?;

Ok(Self(postgres_url))
}
Expand Down

0 comments on commit 55d3efd

Please sign in to comment.