Skip to content

Commit 947e021

Browse files
committed
make fmt
1 parent d1846fd commit 947e021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sinks/gcp/stackdriver/logs/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ async fn fails_missing_creds() {
492492
resource.type = "generic_node"
493493
resource.namespace = "office"
494494
"#})
495-
.unwrap();
495+
.unwrap();
496496
if config.build(SinkContext::default()).await.is_ok() {
497497
panic!("config.build failed to error");
498498
}

0 commit comments

Comments
 (0)