File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,8 @@ public protocol StreamDelegate : class {
248248extension Stream . PropertyKey {
249249 public static let socketSecurityLevelKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertySocketSecurityLevel " )
250250 public static let socksProxyConfigurationKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertySOCKSProxy " )
251- public static let dataWrittenToMemoryStreamKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyDataWritten " ) public static let fileCurrentOffsetKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyFileCurrentOffset " )
251+ public static let dataWrittenToMemoryStreamKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyDataWritten " )
252+ public static let fileCurrentOffsetKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyFileCurrentOffset " )
252253 public static let networkServiceType = Stream . PropertyKey ( rawValue: " kCFStreamNetworkServiceType " )
253254}
254255
You can’t perform that action at this time.
0 commit comments