mirror of https://github.com/apache/lucene.git
fix: code layout
This commit is contained in:
parent
753edd83c3
commit
fc025c8c78
|
@ -87,9 +87,7 @@ public final class LogsPanelProvider {
|
|||
});
|
||||
header.add(copyBtn);
|
||||
|
||||
JButton clearBtn =
|
||||
new JButton(
|
||||
MessageUtils.getLocalizedMessage("button.clear"));
|
||||
JButton clearBtn = new JButton(MessageUtils.getLocalizedMessage("button.clear"));
|
||||
clearBtn.setMargin(new Insets(3, 3, 3, 3));
|
||||
clearBtn.addActionListener(
|
||||
e -> {
|
||||
|
|
Loading…
Reference in New Issue