Skip to content

Commit

Permalink
Removed an old swiftlint disabled command.
Browse files Browse the repository at this point in the history
It was required for an older version of the code.
  • Loading branch information
PedroAnibarro1 committed Nov 20, 2017
1 parent 9796090 commit 5f1a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SkyFloatingLabelTextFieldWithIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum IconType: Int {
open class SkyFloatingLabelTextFieldWithIcon: SkyFloatingLabelTextField {

@IBInspectable
var iconTypeValue: Int { // swiftlint:disable:this identifier_name
var iconTypeValue: Int {
get {
return self.iconType.rawValue
}
Expand Down

0 comments on commit 5f1a94c

Please sign in to comment.