Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Heiligenbrunner committed Aug 17, 2024
1 parent f484bb3 commit ad93743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/builder/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pub async fn build(

async fn monitor_build_output(
build_logger: &BuildLogger,
container: &Container<'_>
container: &Container<'_>,
) -> anyhow::Result<()> {
let mut logs_stream = container.logs(
&LogsOptions::builder()
Expand Down

0 comments on commit ad93743

Please sign in to comment.