Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 3860b57

Browse files
committed
fixing indentation
1 parent 3565032 commit 3860b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ define(function (require, exports, module) {
219219
lastTwentyFonts.splice(20, lastTwentyFonts.length - 20);
220220
}
221221
prefs.set(PREFERENCES_FONT_HISTORY_KEY, lastTwentyFonts);
222-
prefs.save();
222+
prefs.save();
223223
}
224224

225225
function _showHowtoDialog() {

0 commit comments

Comments
 (0)