Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Apr 6, 2024
1 parent 245b4a2 commit fb9b943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void processChange(org.quiltmc.config.api.Config.Builder builder) {
builder.callback(config -> {
for (var value : config.values()) {
if (value.key().length() > 1 && value.key().getKeyComponent(0).equals("development") && value.value().equals(true)) {
development.anyEnabled = true;
this.development.anyEnabled = true;
}
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void display(Entry<?> entry) {
this.tree.expandPath(path);
this.tree.setSelectionRow(this.tree.getRowForPath(path));
} else {
setupTree(null);
this.setupTree(null);
}

this.setVisible(true);
Expand Down

0 comments on commit fb9b943

Please sign in to comment.