diff options
author | 2022-05-17 22:36:03 -0700 | |
---|---|---|
committer | 2022-05-17 22:36:03 -0700 | |
commit | 3261af8d715d05d1b4a25c54dbb81ddb9d5ce5f7 (patch) | |
tree | da87200eb39553f4390c9d6e8f74166df6e5de13 /src/models/properties.rs | |
parent | 3ca93ff3315b317384e72914367905cee9cabc57 (diff) | |
download | notion-3261af8d715d05d1b4a25c54dbb81ddb9d5ce5f7.tar.gz notion-3261af8d715d05d1b4a25c54dbb81ddb9d5ce5f7.tar.zst notion-3261af8d715d05d1b4a25c54dbb81ddb9d5ce5f7.zip |
style(cargo fmt): Format code
Diffstat (limited to 'src/models/properties.rs')
-rw-r--r-- | src/models/properties.rs | 2 |
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 |