Prechádzať zdrojové kódy

VLCSettingsTableViewCell: Cosmetic: Remove unnecessary spaces

Edgar Fouillet 6 rokov pred
rodič
commit
f9bd4b9342
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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()