Fix: Imports should be sorted.

This commit is contained in:
Shiva Huang
2018-04-26 19:58:32 +08:00
committed by Dennis Weissmann
parent 6aecdad930
commit 00ab3d75cf
@@ -1,8 +1,8 @@
//: Playground - noun: a place where people can play
// To use this playground, build DeviceKit.framework for any simulator first.
import UIKit
import DeviceKit
import UIKit
let device = Device()