@@ -222,7 +222,7 @@ public struct AuthenticationPolicy: OptionSetType {
public let rawValue: Int
- public init(rawValue:Int) {
+ public init(rawValue: Int) {
self.rawValue = rawValue
}