fmt
This commit is contained in:
parent
ef74c4d115
commit
c0872b0eba
7 changed files with 32 additions and 10 deletions
|
@ -5,7 +5,7 @@ pub mod wellen_helpers;
|
|||
#[derive(Serialize, Deserialize, Debug, Default)]
|
||||
#[serde(crate = "serde")]
|
||||
pub struct Timeline {
|
||||
pub blocks: Vec<TimelineBlock>
|
||||
pub blocks: Vec<TimelineBlock>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Default)]
|
||||
|
|
Reference in a new issue