From e866dceae987acd51d43bd457351bd2188c5f95a Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Tue, 23 Feb 2016 17:00:53 +0100 Subject: Test CI --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context.rs') diff --git a/src/context.rs b/src/context.rs index 1793361..4393457 100644 --- a/src/context.rs +++ b/src/context.rs @@ -5,5 +5,5 @@ use chrono::offset::fixed::FixedOffset; pub struct Context { pub timezone: FixedOffset, pub override_date: Option, - pub channel: Option + pub channel: Option, } -- cgit v1.2.3