1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-09 06:29:14 +02:00

Fix line endings (no content changes)

This commit is contained in:
Daniele Gobbetti 2017-03-10 13:43:47 +01:00
parent 6282597790
commit a566a6656c

View File

@ -7,7 +7,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
private static AppNotificationType _instance;
public static AppNotificationType getInstance() {
if(_instance == null) {
if (_instance == null) {
return (_instance = new AppNotificationType());
}