Skip to content

Commit ceb8a47

Browse files
Run cargo fmt
Co-authored-by: jpoehnelt <3392975+jpoehnelt@users.noreply.github.com>
1 parent 994133a commit ceb8a47

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/oauth_config.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,8 @@ mod tests {
256256

257257
let result = load_client_config();
258258
let err = result.unwrap_err();
259-
assert!(
260-
err.to_string()
261-
.contains("Invalid client_secret.json format")
262-
);
259+
assert!(err
260+
.to_string()
261+
.contains("Invalid client_secret.json format"));
263262
}
264263
}

0 commit comments

Comments
 (0)