From 3261af8d715d05d1b4a25c54dbb81ddb9d5ce5f7 Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Tue, 17 May 2022 22:36:03 -0700 Subject: style(cargo fmt): Format code --- src/models/properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/properties.rs') diff --git a/src/models/properties.rs b/src/models/properties.rs index 948a0a0..3fa5935 100644 --- a/src/models/properties.rs +++ b/src/models/properties.rs @@ -206,7 +206,7 @@ pub enum DateOrDateTime { pub struct DateValue { pub start: DateOrDateTime, pub end: Option, - pub time_zone: Option + pub time_zone: Option, } /// Formula property value objects represent the result of evaluating a formula -- cgit v1.2.3