Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Feb 6, 2025
1 parent f5c0ccf commit 8437af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openmw_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,7 @@ mod tests {

#[test]
fn load_config_should_not_error_if_the_given_path_does_not_exist() {
let config = load_config(Path::new("missing"), &fixed_paths())
.unwrap();
let config = load_config(Path::new("missing"), &fixed_paths()).unwrap();

assert!(config.is_none());
}
Expand Down

0 comments on commit 8437af0

Please sign in to comment.