Skip to content

Commit

Permalink
Remove unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Mar 27, 2019
1 parent d0bf8d8 commit d35e2a7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Foundation

enum FileType: String {
case supportingType = "supporting_type"
case mainType = "main_type"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Foundation

enum TypeContent: String {
case `case` = "case"
case typeAlias = "type_alias"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Foundation

internal struct FileTypesOrderRuleExamples {
static let defaultOrderParts = [
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import SourceKittenFramework

public struct TypeContentsOrderRule: ConfigurationProviderRule, OptInRule {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Foundation

// swiftlint:disable:next type_body_length
internal struct TypeContentsOrderRuleExamples {
static let defaultOrderParts = [
Expand Down

0 comments on commit d35e2a7

Please sign in to comment.