Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Aug 30, 2024
1 parent e7ba16f commit 8d01adf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platform/test_helpers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,10 @@ pub extern "C" fn run_large_upload_test(logger_id: LoggerId<'_>) -> bool {
}
.build()],
..Default::default()
}).into(),
})
.into(),
..Default::default()
}
},
);

h.blocking_stream_action(
Expand Down

0 comments on commit 8d01adf

Please sign in to comment.