mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
Fix indentation
This commit is contained in:
parent
0a664abdeb
commit
90eb381987
@ -165,7 +165,7 @@ public class StripChart extends JXPanel {
|
||||
});
|
||||
addFocusListener(new FocusAdapter() {
|
||||
@Override
|
||||
public void focusLost(FocusEvent event) {
|
||||
public void focusLost(FocusEvent event) {
|
||||
setText(Double.toString(fixedAutoRange));
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user