Skip to content

Commit

Permalink
Fix formatting after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Jun 13, 2018
1 parent 1761de0 commit 02a8388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ public void onWsAgentServerStopped(WsAgentServerStoppedEvent event) {
((HasReadOnlyProperty) editor).setReadOnly(true);
});
}

public void onWindowOpened(WindowOpenedEvent event) {
if (activeEditor == null || !(activeEditor instanceof TextEditor)) {
return;
Expand Down

0 comments on commit 02a8388

Please sign in to comment.