Skip to content

Commit

Permalink
clippage
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Sep 29, 2024
1 parent b54df33 commit 60e2341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbs2/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ trait Message {
Self: Serialize,
{
serde_json::to_writer(&mut writer, &self)?;
writer.write_all(&[b'\n'])?;
writer.write_all(b"\n")?;
writer.flush()?;

Ok(())
Expand Down

0 comments on commit 60e2341

Please sign in to comment.