Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Podusowski committed Aug 14, 2021
1 parent a13ba64 commit 8eb2097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ mod test {
Err(ConfigError::FileParser(_, path)) => {
assert_eq!(real_path, path);
}
_ => panic!("{:?}", result)
_ => panic!("{:?}", result),
}
}
}

0 comments on commit 8eb2097

Please sign in to comment.