Skip to content

Commit 3d14c8c

Browse files
committed
chore(fossid): Remove superfluous parentheses
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 82e4628 commit 3d14c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/scanners/fossid/src/test/kotlin/events/CloneRepositoryHandlerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class CloneRepositoryHandlerTest : WordSpec({
4949
)
5050

5151
deduplicatedAndNormalizedIgnoreRules shouldContainExactlyInAnyOrder
52-
(expectedIgnoredDirectories + expectedIgnoredFiles)
52+
expectedIgnoredDirectories + expectedIgnoredFiles
5353
}
5454
}
5555
})

0 commit comments

Comments
 (0)