diff --git a/submodules/Postbox/Sources/StorageBox/StorageBox.swift b/submodules/Postbox/Sources/StorageBox/StorageBox.swift index 4b27802c7c..339c9da479 100644 --- a/submodules/Postbox/Sources/StorageBox/StorageBox.swift +++ b/submodules/Postbox/Sources/StorageBox/StorageBox.swift @@ -352,7 +352,7 @@ public final class StorageBox { withUnsafeMutablePointer(to: ¤tSize, { pointer in self.valueBox.set(self.peerContentTypeStatsTable, key: key, value: MemoryBuffer(memory: UnsafeMutableRawPointer(pointer), capacity: 8, length: 8, freeWhenDone: false)) }) - } + }) } func internalAdd(reference: Reference, to id: Data, contentType: UInt8, size: Int64?) {