Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 24, 2024
1 parent 7674635 commit 336c439
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Backends/ScheduleManager/DaylightSchedule.vala
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public class SettingsDaemon.Backends.DaylightSchedule : Schedule {
// AM to AM, PM to PM, AM to PM
return (time_double >= sunset && time_double <= sunrise);
}
}
}
2 changes: 1 addition & 1 deletion src/Backends/ScheduleManager/ManualSchedule.vala
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ public class SettingsDaemon.Backends.ManualSchedule : Schedule {
result["to"] = to;
return result;
}
}
}
2 changes: 1 addition & 1 deletion src/Backends/ScheduleManager/Schedule.vala
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public class SettingsDaemon.Backends.Schedule : Object {
protected virtual HashTable<string, Variant> get_private_args () {
return new HashTable<string, Variant> (str_hash, str_equal);
}
}
}
2 changes: 1 addition & 1 deletion src/Backends/ScheduleManager/ScheduleManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ public class SettingsDaemon.Backends.ScheduleManager : GLib.Object {
}
}
}
}
}

0 comments on commit 336c439

Please sign in to comment.