mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: initialized swiftlint and fixed warnings and errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user