Skip to content

Commit

Permalink
Lint file adjust鈥檚
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeflorencio committed Apr 22, 2019
1 parent 8702a21 commit da07fa8
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 29 deletions.
1 change: 0 additions & 1 deletion netfox/Core/NFX.swift
Expand Up @@ -322,7 +322,6 @@ extension NFX {
notNilCompletion()
}
}

}

#endif
1 change: 0 additions & 1 deletion netfox/Core/NFXGenericBodyDetailsController.swift
Expand Up @@ -20,6 +20,5 @@ class NFXGenericBodyDetailsController: NFXGenericController
override func viewDidLoad()
{
super.viewDidLoad()

}
}
1 change: 0 additions & 1 deletion netfox/Core/NFXHTTPModel.swift
Expand Up @@ -342,5 +342,4 @@ fileprivate func < <T : Comparable>(lhs: T?, rhs: T?) -> Bool {

return log;
}

}
2 changes: 1 addition & 1 deletion netfox/Core/NFXHelper.swift
Expand Up @@ -354,7 +354,7 @@ class NFXDebugInfo
completion("-")
}

}) .resume()
}) .resume()
}

}
Expand Down
1 change: 0 additions & 1 deletion netfox/Core/NFXImageBodyDetailsController.swift
Expand Up @@ -28,7 +28,6 @@ class NFXImageBodyDetailsController: NFXGenericBodyDetailsController
self.imageView.image = UIImage(data: data!)

self.view.addSubview(self.imageView)

}
}

Expand Down
2 changes: 0 additions & 2 deletions netfox/Core/NFXInfoController.swift
Expand Up @@ -31,6 +31,4 @@ class NFXInfoController: NFXGenericController

return formatNFXString(tempString)
}


}
2 changes: 0 additions & 2 deletions netfox/Core/NFXListController.swift
Expand Up @@ -16,7 +16,6 @@ class NFXListController: NFXGenericController {
super.viewDidLoad()
}


func updateSearchResultsForSearchControllerWithString(_ searchString: String)
{
let predicateURL = NSPredicate(format: "requestURL contains[cd] '\(searchString)'")
Expand All @@ -32,5 +31,4 @@ class NFXListController: NFXGenericController {
@objc func reloadTableViewData()
{
}

}
1 change: 0 additions & 1 deletion netfox/Core/NFXRawBodyDetailsController.swift
Expand Up @@ -41,7 +41,6 @@ class NFXRawBodyDetailsController: NFXGenericBodyDetailsController
}

self.view.addSubview(self.bodyView)

}

@objc fileprivate func copyLabel(lpgr: UILongPressGestureRecognizer) {
Expand Down
1 change: 0 additions & 1 deletion netfox/Core/NFXSettingsController.swift
Expand Up @@ -15,5 +15,4 @@ class NFXSettingsController: NFXGenericController {

var tableData = [HTTPModelShortType]()
var filters = [Bool]()

}
1 change: 0 additions & 1 deletion netfox/Core/NFXStatisticsController.swift
Expand Up @@ -114,7 +114,6 @@ class NFXStatisticsController: NFXGenericController
self.slowestResponseTime = model.timeInterval!
}
}

}
}

Expand Down
1 change: 0 additions & 1 deletion netfox/OSX/NFXDetailsController_OSX.swift
Expand Up @@ -43,7 +43,6 @@ class NFXDetailsController_OSX: NFXDetailsController {
}
self.textViewBodyResponse.textStorage?.setAttributedString(bodyResponse)
}

}

#endif
1 change: 0 additions & 1 deletion netfox/OSX/NFXInfoController_OSX.swift
Expand Up @@ -25,7 +25,6 @@ class NFXInfoController_OSX: NFXInfoController {
}
}
}

}

#endif
1 change: 0 additions & 1 deletion netfox/OSX/NFXListCell_OSX.swift
Expand Up @@ -116,7 +116,6 @@ class NFXListCell_OSX: NSTableCellView
self.isOld()
}
}

}

#endif
1 change: 0 additions & 1 deletion netfox/OSX/NFXResponseTypeCell_OSX.swift
Expand Up @@ -13,7 +13,6 @@ class NFXResponseTypeCell_OSX: NSTableCellView {

@IBOutlet var typeLabel: NSTextField!
@IBOutlet var activeCheckbox: NSButton!

}

#endif
1 change: 0 additions & 1 deletion netfox/OSX/NFXSettingsController_OSX.swift
Expand Up @@ -114,7 +114,6 @@ class NFXSettingsController_OSX: NFXSettingsController, NSTableViewDataSource, N
func tableView(_ tableView: NSTableView, shouldSelectRow: Int) -> Bool {
return false
}

}

#endif
2 changes: 0 additions & 2 deletions netfox/iOS/NFXInfoController_iOS.swift
Expand Up @@ -39,7 +39,6 @@ class NFXInfoController_iOS: NFXInfoController {
self.scrollView.contentSize = CGSize(width: scrollView.frame.width, height: self.textLabel.frame.maxY)

generateInfo()

}

func generateInfo()
Expand All @@ -50,7 +49,6 @@ class NFXInfoController_iOS: NFXInfoController {
}
}
}

}

#endif
2 changes: 0 additions & 2 deletions netfox/iOS/NFXListCell_iOS.swift
Expand Up @@ -109,7 +109,6 @@ class NFXListCell: UITableViewCell

self.leftSeparator.frame = CGRect(x: 0, y: frame.height - 1, width: self.statusView.frame.width, height: 1)
self.rightSeparator.frame = CGRect(x: self.leftSeparator.frame.maxX, y: frame.height - 1, width: frame.width - self.leftSeparator.frame.maxX, height: 1)

}

func isNew()
Expand Down Expand Up @@ -151,7 +150,6 @@ class NFXListCell: UITableViewCell
} else {
self.statusView.backgroundColor = UIColor.NFXRedColor() //red
self.timeIntervalLabel.textColor = UIColor.NFXDarkRedColor()

}
}

Expand Down
2 changes: 0 additions & 2 deletions netfox/iOS/NFXListController_iOS.swift
Expand Up @@ -10,8 +10,6 @@
import Foundation
import UIKit


@available(iOS 8.0, *)
class NFXListController_iOS: NFXListController, UITableViewDelegate, UITableViewDataSource, UISearchResultsUpdating, UISearchControllerDelegate, DataCleaner
{
// MARK: Properties
Expand Down
5 changes: 0 additions & 5 deletions netfox/iOS/NFXSettingsController_iOS.swift
Expand Up @@ -62,8 +62,6 @@ class NFXSettingsController_iOS: NFXSettingsController, UITableViewDelegate, UIT
nfxURLButton.setTitle(nfxURL, for: .init())
nfxURLButton.addTarget(self, action: #selector(NFXSettingsController_iOS.nfxURLButtonPressed), for: .touchUpInside)
self.view.addSubview(nfxURLButton)


}

override func viewWillDisappear(_ animated: Bool)
Expand Down Expand Up @@ -212,7 +210,6 @@ class NFXSettingsController_iOS: NFXSettingsController, UITableViewDelegate, UIT
}

tableView.deselectRow(at: indexPath, animated: true)

}

func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
Expand Down Expand Up @@ -262,7 +259,6 @@ class NFXSettingsController_iOS: NFXSettingsController, UITableViewDelegate, UIT
cell!.accessoryType = .none
}
}

}

@objc func nfxEnabledSwitchValueChanged(_ sender: UISwitch)
Expand Down Expand Up @@ -299,7 +295,6 @@ class NFXSettingsController_iOS: NFXSettingsController, UITableViewDelegate, UIT
{
self.dismiss(animated: true, completion: nil)
}

}

#endif
1 change: 0 additions & 1 deletion netfox/iOS/NFXStatisticsController_iOS.swift
Expand Up @@ -55,7 +55,6 @@ class NFXStatisticsController_iOS: NFXStatisticsController {
self.textLabel.attributedText = self.getReportString()
}
}

}

#endif

0 comments on commit da07fa8

Please sign in to comment.