瀏覽代碼

Minor formatting

Mattt Thompson 10 年之前
父節點
當前提交
7b2379165d
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Tests/ParameterEncodingTests.swift

+ 0 - 2
Tests/ParameterEncodingTests.swift

@@ -173,7 +173,6 @@ class AlamofireURLParameterEncodingTestCase: XCTestCase {
     }
     
     func testURLParameterEncodeStringForRequestWithPrecomposedQuery() {
-        
         let URL = NSURL(string: "http://example.com/movies?hd=[1]")!
         
         let parameters = ["page": "0"]
@@ -183,7 +182,6 @@ class AlamofireURLParameterEncodingTestCase: XCTestCase {
     }
 
     func testURLParameterEncodeStringWithPlusKeyStringWithPlusValueParameterForRequestWithPrecomposedQuery() {
-        
         let URL = NSURL(string: "http://example.com/movie?hd=[1]")!
         
         let parameters = ["+foo+": "+bar+"]