Skip to content

Commit fba14b8

Browse files
committed
Add space after comma and attribute
1 parent e3b8904 commit fba14b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplejavatexteditor/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class UI extends JFrame implements ActionListener {
4343
private final JMenuBar menuBar;
4444
private final JMenu menuFile, menuEdit, menuFind, menuAbout;
4545
private final JMenuItem newFile, openFile, saveFile, close, cut, copy, paste, clearFile, selectAll, quickFind,
46-
aboutMe, aboutSoftware,wordWrap;
46+
aboutMe, aboutSoftware, wordWrap;
4747
private final JToolBar mainToolbar;
4848
JButton newButton, openButton, saveButton, clearButton, quickButton, aboutMeButton, aboutButton, closeButton,
4949
spaceButton1, spaceButton2;

0 commit comments

Comments
 (0)