mirror of
https://github.com/nasa/trick.git
synced 2025-06-15 05:38:19 +00:00
Fix indentation
This commit is contained in:
@ -165,7 +165,7 @@ public class StripChart extends JXPanel {
|
|||||||
});
|
});
|
||||||
addFocusListener(new FocusAdapter() {
|
addFocusListener(new FocusAdapter() {
|
||||||
@Override
|
@Override
|
||||||
public void focusLost(FocusEvent event) {
|
public void focusLost(FocusEvent event) {
|
||||||
setText(Double.toString(fixedAutoRange));
|
setText(Double.toString(fixedAutoRange));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user