Skip to content

Commit 9ff4dc4

Browse files
committed
Formatting
1 parent 1049ce0 commit 9ff4dc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core-api/src/envconfig.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,10 +1602,10 @@ address = "some-address"
16021602
.env("TEMPORAL_NAMESPACE", "system-namespace")
16031603
.output()
16041604
.expect("Failed to execute subprocess test");
1605-
1605+
16061606
assert!(
16071607
output.status.success(),
1608-
"Subprocess test failed:\nstdout: {}\nstderr: {}",
1608+
"Subprocess test failed:\nstdout: {}\nstderr: {}",
16091609
String::from_utf8_lossy(&output.stdout),
16101610
String::from_utf8_lossy(&output.stderr),
16111611
);

0 commit comments

Comments
 (0)