소스 검색

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()