Skip to content

Commit

Permalink
Fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 17, 2017
1 parent 6c7ad5a commit cff661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/values/specified/length.rs
Expand Up @@ -11,8 +11,8 @@ use cssparser::{Parser, Token};
use euclid::size::Size2D;
use font_metrics::FontMetrics;
use parser::{Parse, ParserContext};
use std::ascii::AsciiExt;
use std::{cmp, fmt, mem};
use std::ascii::AsciiExt;
use std::ops::Mul;
use style_traits::ToCss;
use style_traits::values::specified::AllowedNumericType;
Expand Down

0 comments on commit cff661c

Please sign in to comment.