Skip to content

Commit 587e849

Browse files
author
Alex Klymenko
committed
checkstyle: fix enum formatting
1 parent 30126a5 commit 587e849

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/com/thealgorithms/sorts/BeadSort.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
import java.util.Arrays;
44

55
public class BeadSort {
6-
private enum BeadState {
7-
BEAD,
8-
EMPTY
9-
}
6+
private enum BeadState { BEAD, EMPTY }
107

118
/**
129
* Sorts the given array using the BeadSort algorithm.

0 commit comments

Comments
 (0)