Skip to content

Commit 5ea87f8

Browse files
authored
Remove extra newline
1 parent 081a060 commit 5ea87f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/simplejavatexteditor/AutoComplete.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class AutoComplete
4848
//Keep track of when code completion
4949
//has been activated
5050
private enum Mode {
51-
5251
INSERT, COMPLETION
5352
};
5453

0 commit comments

Comments
 (0)