Skip to content

Commit

Permalink
style: Add trailing newline for config example
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 30, 2024
1 parent 50e7d34 commit 2d17510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pub const TODOIST_FILTER: &str = "today & !subtask & (!shared | assigned to:me)"

// https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv for a list of valid timezones
pub const TIMEZONE_SPEC: &str = "UTC0";
pub const TIMEZONE_OFFSET: i32 = 0;
pub const TIMEZONE_OFFSET: i32 = 0;

0 comments on commit 2d17510

Please sign in to comment.