feat: initialized swiftlint and fixed warnings and errors

This commit is contained in:
Serhiy Mytrovtsiy
2021-05-22 14:58:20 +02:00
parent e768a42e12
commit 0c7f5699ed
59 changed files with 657 additions and 563 deletions

View File

@@ -30,7 +30,7 @@ public struct RAM_Usage: value_t {
var pressureLevel: Int
var swap: Swap
public var widget_value: Double {
public var widgetValue: Double {
get {
return self.usage
}