Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Sep 17, 2024
1 parent 93b0eff commit 0efbee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/get_status.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::game::hexchess::Hexchess;
use crate::game::notation::Notation;

pub fn execute(hexchess_arg: String) -> Result<String, String> {
let hexchess = match Hexchess::from(hexchess_arg.as_str()) {
Expand Down

0 comments on commit 0efbee4

Please sign in to comment.