Skip to content

Commit 4565270

Browse files
committed
style: fix checkstyle for BagTest
1 parent ca2a3fe commit 4565270

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/com/thealgorithms/datastructures/bag

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/datastructures/bag/BagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ void testBagOrderIndependence() {
289289
assertTrue(bag1.contains("second") && bag2.contains("second"));
290290
assertTrue(bag1.contains("third") && bag2.contains("third"));
291291
}
292-
}
292+
}

0 commit comments

Comments
 (0)