Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Jan 14, 2020
1 parent 3a34c74 commit 71ac2eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cli/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ timeout = 1

let config = Config::from_file(path);

asserting("Reading config from file")
.that(&config)
.is_ok();
asserting("Reading config from file").that(&config).is_ok();
}

#[test]
Expand Down

0 comments on commit 71ac2eb

Please sign in to comment.