Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
mattulbrich committed Feb 7, 2025
1 parent 74135db commit 3456abd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,8 @@ public String getToolTipText(MouseEvent mouseEvent) {
/**
* The JavaDocument shown in this tab.
*/
private final SourceHighlightDocument doc = new SourceHighlightDocument(new JavaJMLEditorLexer());
private final SourceHighlightDocument doc =
new SourceHighlightDocument(new JavaJMLEditorLexer());

private Tab(URI fileURI, InputStream stream) {
this.absoluteFileName = fileURI;
Expand Down

0 comments on commit 3456abd

Please sign in to comment.