Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: ESPIE <[email protected]>
  • Loading branch information
remi-espie committed Apr 24, 2024
1 parent 44b113b commit bc8b80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/src/agents/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Agent for DebugAgent {
SystemTime::now(),
),
)
.expect("Unable to write debug.txt file");
.expect("Unable to write debug.txt file");

Ok(AgentOutput {
exit_code: 0,
Expand Down

0 comments on commit bc8b80f

Please sign in to comment.