From d78053ebb93ca8145dfafb53ef0a422828a78ec9 Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Wed, 16 Sep 2015 22:25:13 -0700 Subject: [PATCH] Removed an unnecessary separator in the ParameterEncoding enum. --- Source/ParameterEncoding.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ParameterEncoding.swift b/Source/ParameterEncoding.swift index 2db6df9..96a247c 100644 --- a/Source/ParameterEncoding.swift +++ b/Source/ParameterEncoding.swift @@ -31,7 +31,7 @@ public enum Method: String { case OPTIONS, GET, HEAD, POST, PUT, PATCH, DELETE, TRACE, CONNECT } -// MARK: - ParameterEncoding +// MARK: ParameterEncoding /** Used to specify the way in which a set of parameters are applied to a URL request. -- GitLab