Skip to content

Commit 35395a6

Browse files
committed
Useless space removed
1 parent 12ab8b8 commit 35395a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-plugin/src/fi/helsinki/cs/tmc/model/NbTmcSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void setSavingPassword(boolean shouldSave) {
146146
if (shouldSave) {
147147
settings.put(PREF_PASSWORD, unsavedPassword);
148148
} else {
149-
settings.remove(PREF_PASSWORD);
149+
settings.remove(PREF_PASSWORD);
150150
}
151151
}
152152

0 commit comments

Comments
 (0)