Skip to content

Commit 89d6d5e

Browse files
committed
Minor cleanup
1 parent 6b11333 commit 89d6d5e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/main/java/com/adventofcode/flashk/common/Vector2.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
@NoArgsConstructor
1111
@AllArgsConstructor
1212
@EqualsAndHashCode
13-
@ToString
1413
public class Vector2 {
1514

1615
private int x;

src/test/java/com/adventofcode/flashk/common/Vector2Test.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,4 @@ void testNormalizedOrigin() {
623623
assertThrows(IllegalStateException.class, () -> vector.normalized());
624624

625625
}
626-
627-
628-
629626
}

0 commit comments

Comments
 (0)