mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Reorder imports
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
extern crate gfx;
|
||||
|
||||
use gfx::text::util::{CompressionMode, transform_text};
|
||||
use gfx::text::util::{transform_text, CompressionMode};
|
||||
|
||||
#[test]
|
||||
fn test_transform_compress_none() {
|
||||
|
||||
Reference in New Issue
Block a user