Some fixes in style

This commit is contained in:
Manish Goregaokar 2016-07-12 17:01:36 +05:30
parent 3ead9cc67b
commit 2091981db8
3 changed files with 10 additions and 13 deletions

View file

@ -490,7 +490,7 @@ pub fn parse_length(mut value: &str) -> LengthOrPercentageOrAuto {
}
// Step 5
if value.starts_with("+") {
if value.starts_with('+') {
value = &value[1..]
}