Skip to content

Commit

Permalink
[fmt] Run rustfmt on crates/cli/src/error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Oct 17, 2023
1 parent d34d615 commit 9644163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pub enum Error {

#[error("Unknown Game: {0}")]
UnknownGame(String),
}
}

0 comments on commit 9644163

Please sign in to comment.