Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Medina Rolong committed Dec 16, 2024
1 parent acab466 commit c8654ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ impl ApiClient {
#[cfg(test)]
mod tests {
use super::*;
use mockito::Server;
use crate::auth::token_store::TokenStore;

use mockito::Server;

fn setup_env() {
std::env::set_var("CLIENT_ID", "test");
std::env::set_var("CLIENT_SECRET", "test");
Expand Down

0 comments on commit c8654ca

Please sign in to comment.