mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 16:15:55 +01:00
Fix line endings (no content changes)
This commit is contained in:
parent
6282597790
commit
a566a6656c
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user