Remove unnecessary whitespace

This commit is contained in:
Mike Welsh 2016-08-29 14:00:51 -07:00
parent dffe3dbc12
commit aa8e21b883
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#[derive(Debug,PartialEq)]
pub struct Swf {
pub version: u8,
@ -222,4 +220,4 @@ pub enum LineJoinStyle {
Round,
Bevel,
Miter(f32),
}
}