Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Jun 14, 2024
1 parent a567fff commit b6d2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowr/src/lib/debug_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl From<&DebugCommand> for String {

impl From<DebugCommand> for String {
fn from(command: DebugCommand) -> Self {
serde_json::to_string(command).unwrap_or_default()
serde_json::to_string(&command).unwrap_or_default()
}
}

Expand Down

0 comments on commit b6d2c80

Please sign in to comment.