Skip to content

Commit 1ce2b17

Browse files
format
1 parent c5d7f90 commit 1ce2b17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/gitignore_test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ fn test_check_ignores_violations_in_gitignored_files(
4949

5050
/// Test that list-included-files respects gitignore patterns.
5151
#[test]
52-
fn test_list_included_files_excludes_gitignored() -> Result<(), Box<dyn Error>>
53-
{
52+
fn test_list_included_files_excludes_gitignored() -> Result<(), Box<dyn Error>> {
5453
let output = Command::cargo_bin("pks")?
5554
.arg("--project-root")
5655
.arg("tests/fixtures/app_with_gitignore")

0 commit comments

Comments
 (0)