mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix various tidy issues.
This commit is contained in:
parent
fb0702476a
commit
b66e828842
8 changed files with 12 additions and 11 deletions
|
@ -5,9 +5,9 @@
|
|||
//! Computed angles.
|
||||
|
||||
use num_traits::Zero;
|
||||
use std::fmt::{self, Write};
|
||||
use std::{f32, f64};
|
||||
use std::f64::consts::PI;
|
||||
use std::fmt::{self, Write};
|
||||
use std::ops::Add;
|
||||
use style_traits::{CssWriter, ToCss};
|
||||
use values::CSSFloat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue