Skip to content

Commit 2f137f9

Browse files
committed
Format again. I need to automate this
1 parent 9e7b8fb commit 2f137f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common/tests/loc_over_bus.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ async fn loc_round_trip_over_caryatid() -> Result<()> {
186186
// This ensures config-rs always finds the file, even when integration tests are run from the workspace root or other locations.
187187
let config = Arc::new(
188188
Config::builder()
189-
.add_source(File::with_name(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/test")))
189+
.add_source(File::with_name(concat!(
190+
env!("CARGO_MANIFEST_DIR"),
191+
"/tests/test"
192+
)))
190193
.add_source(Environment::with_prefix("CARYATID"))
191194
.build()
192195
.unwrap(),

0 commit comments

Comments
 (0)