Skip to content

Commit

Permalink
missed fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
borjamunozf authored and sylvestre committed Jan 31, 2023
1 parent 8ea726d commit c377e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ fn test_server_stats() {
// Ask it for stats.
let info = request_stats(conn).unwrap();
assert_eq!(0, info.stats.compile_requests);
// Include sccache ver (cli) to validate.
// Include sccache ver (cli) to validate.
assert_eq!(env!("CARGO_PKG_VERSION"), info.version);
// Now signal it to shut down.
sender.send(ServerMessage::Shutdown).ok().unwrap();
Expand Down

0 comments on commit c377e28

Please sign in to comment.