ソースを参照

fix whitespace violation

B. Petersen 5 年 前
コミット
07303251b1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      deltachat-ios/Controller/NewProfileViewController.swift

+ 1 - 1
deltachat-ios/Controller/NewProfileViewController.swift

@@ -231,7 +231,7 @@ class NewProfileViewController: UIViewController, QrCodeReaderDelegate {
         label.font = UIFont.systemFont(ofSize: 14)
         return label
     }
-    
+
     private func createQRCodeScannerButton() -> UIView {
         let btn = UIButton.init(type: UIButton.ButtonType.system)
         btn.translatesAutoresizingMaskIntoConstraints = false