Skip to content

Commit

Permalink
Fix superfluous trailing whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
groszewn committed Jan 19, 2023
1 parent 6407e74 commit c62e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/data/server/gcs/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn get_token() -> Result<AccessToken, gcp_auth::Error> {
}
async fn service_account_token() -> Result<gcp_auth::Token, gcp_auth::Error> {
let manager = authentication_manager().await;

manager.get_token(SCOPES).await
}

Expand Down

0 comments on commit c62e087

Please sign in to comment.