Skip to content

Commit dd4b377

Browse files
committed
fmt
1 parent fd4bdcd commit dd4b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/oauth.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ mod tests {
131131

132132
let config = setup_test_config()?;
133133
let auth = Authenticator::new(&config);
134-
134+
135135
let _ = auth.fetch_oauth_token().await?;
136136

137137
let token = auth.token().await.unwrap();

0 commit comments

Comments
 (0)