mirror of
https://github.com/nasa/trick.git
synced 2025-06-14 13:18:21 +00:00
Fix indentation
This commit is contained in:
@ -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));
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user