Marcin Krzyzanowski 1 سال پیش
والد
کامیت
03dedca982
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Sources/CryptoSwift/CS_BigInt/BigUInt.swift

+ 2 - 2
Sources/CryptoSwift/CS_BigInt/BigUInt.swift

@@ -29,8 +29,8 @@ extension CS {
           case array
       }
 
-      internal fileprivate (set) var kind: Kind // Internal for testing only
-      internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
+      internal fileprivate(set) var kind: Kind // Internal for testing only
+      internal fileprivate(set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
 
       /// Initializes a new BigUInt with value 0.
       public init() {