Skip to content

Commit bda3fee

Browse files
committed
chore: spotlessApply
1 parent 86754ba commit bda3fee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lesson_15/tdd/tdd_app/src/test/java/EmployeeManagerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ public void testRemoveEmployee() {
7575
.isInstanceOf(IllegalArgumentException.class)
7676
.hasMessage("Employee does not in collection with id " + id);
7777
}
78-
7978
}

0 commit comments

Comments
 (0)