Skip to content

Commit 69235da

Browse files
committed
Fix lint
1 parent 196ff02 commit 69235da

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

data/io.elementary.SettingsDaemon.AccountsService.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
137137
</property>
138138

139-
140139
<!-- Prefer dark schedule-->
141140

142141
<property name="PreferDarkSchedule" type="i" access="readwrite">

src/Backends/InterfaceSettings.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class SettingsDaemon.Backends.InterfaceSettings : GLib.Object {
3737
private const string PREFER_DARK_SCHEDULE = "prefer-dark-schedule";
3838
private const string PREFER_DARK_SCHEDULE_FROM = "prefer-dark-schedule-from";
3939
private const string PREFER_DARK_SCHEDULE_TO = "prefer-dark-schedule-to";
40-
40+
4141
private const string ORIENTATION_LOCK = "orientation-lock";
4242
private const string USE_TRANSPARENCY = "use-transparency";
4343

0 commit comments

Comments
 (0)