Skip to content

Commit

Permalink
SM-1096: Ran cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Feb 6, 2024
1 parent f248be0 commit 75db990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bws/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ async fn process_commands() -> Result<()> {
.auth()
.login_access_token(&AccessTokenLoginRequest {
access_token,
state_path: state_path,
state_path,

Check warning on line 338 in crates/bws/src/main.rs

View check run for this annotation

Codecov / codecov/patch

crates/bws/src/main.rs#L338

Added line #L338 was not covered by tests
})
.await?;

Expand Down

0 comments on commit 75db990

Please sign in to comment.