aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/properties.rs')
-rw-r--r--src/models/properties.rs2
1 files changed, 1 insertions, 1 deletions
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<DateOrDateTime>,
- pub time_zone: Option<String>
+ pub time_zone: Option<String>,
}
/// Formula property value objects represent the result of evaluating a formula