Remove empty lines

This commit is contained in:
Manfred Karrer 2019-02-12 07:41:59 -05:00
parent 14d53303e6
commit a4b39135f8
No known key found for this signature in database
GPG key ID: 401250966A6B2C46
2 changed files with 0 additions and 3 deletions

View file

@ -6,6 +6,4 @@ public class AwesomeFontDemoLauncher {
public static void main(String[] args) {
Application.launch(AwesomeFontDemo.class);
}
}

View file

@ -6,5 +6,4 @@ public class ComponentsDemoLauncher {
public static void main(String[] args) {
Application.launch(ComponentsDemo.class);
}
}