Skip to content

Commit

Permalink
style(backup): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Oct 3, 2023
1 parent b743133 commit 44d30d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/backup/src/sources/getter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use tracing::{debug, error, error_span, instrument, trace};
pub enum Error {
// #[error("api limit has been reached.")]
// ApiLimitReached,

#[error("unable to parse json response -> {0}")]
Json(#[from] serde_json::Error),

Expand Down
1 change: 0 additions & 1 deletion crates/backup/tests/config/rules/autoprune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use std::assert_matches::assert_matches;

// Helper function to create a temporary directory and return its path
fn create_temp_dir() -> TempDir {

TempDir::new().expect("Failed to create temporary directory")
}

Expand Down

0 comments on commit 44d30d4

Please sign in to comment.