瀏覽代碼

Update HttpRequest.swift

Fix indentation
Artur Cygan 10 年之前
父節點
當前提交
c14eff93eb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Common/HttpRequest.swift

+ 2 - 2
Common/HttpRequest.swift

@@ -12,7 +12,7 @@ public struct HttpRequest {
     public let urlParams: [(String, String)]
     public let method: String
     public let headers: [String: String]
-	public let body: String?
+    public let body: String?
     public var capturedUrlGroups: [String]
     public var address: String?
     
@@ -30,4 +30,4 @@ public struct HttpRequest {
         }
         return []
     }
-}
+}