瀏覽代碼

VLCSettingsTableViewCell: Cosmetic: Remove unnecessary spaces

Edgar Fouillet 5 年之前
父節點
當前提交
f9bd4b9342
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/VLCSettingsTableViewCell.swift

+ 1 - 1
Sources/VLCSettingsTableViewCell.swift

@@ -78,7 +78,7 @@ class VLCSettingsTableViewCell: UITableViewCell {
                 state = currentValue
             }
         }
-        
+
         if let toggle = accessoryView as? IASKSwitch {
             toggle.isOn = state
             toggle.key = specifier.key()