Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Oct 6, 2022
1 parent a399c7d commit 00bdb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb2snes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct USB2SnesResult {
Results: Vec<String>,
}

#[derive(Eq,PartialEq)]
#[derive(Eq, PartialEq)]
pub enum USB2SnesFileType {
File = 0,
Dir = 1,
Expand Down

0 comments on commit 00bdb97

Please sign in to comment.