Update src/core/types/animation.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Andrew Andersen 2019-09-12 18:49:54 +03:00 committed by GitHub
parent a5f1b7fb70
commit 6d3aeb45c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,4 @@ pub struct Animation {
pub file_name: Option<String>,
pub mime_type: Option<String>,
pub file_size: Option<u32>
}
}