Skip to content

Commit a549760

Browse files
fix: apply cargo fmt formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a6498e0 commit a549760

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/src/plugin.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ impl log::Log for Log {
7777
method: "log".to_owned(),
7878
params: payload,
7979
};
80-
let _ = writer
81-
.write_all(serde_json::to_string(&request).unwrap().as_bytes());
80+
let _ = writer.write_all(serde_json::to_string(&request).unwrap().as_bytes());
8281
let _ = writer.flush();
8382
}
8483
}

0 commit comments

Comments
 (0)