Robert Payne %!s(int64=10) %!d(string=hai) anos
pai
achega
8fbe3c18bd
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -12,10 +12,10 @@ import SnapKit
 class MyViewController: UIViewController {
 
     lazy var box = UIView()
-    
+
     override func viewDidLoad() {
         super.viewDidLoad()
-        
+
         self.view.addSubview(box)
         box.snp_makeConstraints { (make) -> Void in
            make.width.height.equalTo(50)
@@ -26,6 +26,7 @@ class MyViewController: UIViewController {
 }
 ```
 
+
 ## Resources
 
 * [Documentation](http://snapkit.io/docs/)