Skip to content

Commit

Permalink
Remove trailling space
Browse files Browse the repository at this point in the history
  • Loading branch information
pakaoraki committed Mar 15, 2024
1 parent 4737796 commit bf5cd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/preferences/timerPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class CaffeineTimerPage extends Adw.PreferencesPage {
let currentDurationValues = variantDuration.deepUnpack();
currentDurationValues[index] = value;
const newVariant = new GLib.Variant('ai', currentDurationValues);
this._settings.set_value(this._settingsKey.DURATION_TIMER_LIST, newVariant);
this._settings.set_value(this._settingsKey.DURATION_TIMER_LIST, newVariant);
}

_updateCustomDurationFromIndex(value) {
Expand Down

0 comments on commit bf5cd80

Please sign in to comment.