Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan committed Dec 28, 2023
1 parent a13a046 commit 32c7c82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pub mod archive;
pub mod cli;
pub mod git;
pub mod http;
pub mod paths;
pub mod paths;
2 changes: 1 addition & 1 deletion tests/api/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mod basic_archive_test;
mod multijurisdiction_archive_test;
mod multihost_archive_test;
mod multijurisdiction_archive_test;
1 change: 0 additions & 1 deletion tests/basic/gitrepo_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use crate::common::{self, BASIC_MODULE_NAME};

const COMMIT: &str = "4ba432f61eec15194db527548be4cbc0105635b9";


#[test]
fn test_get_bytes_at_path_when_empty_path_expect_index_html() {
common::initialize_git();
Expand Down

0 comments on commit 32c7c82

Please sign in to comment.