Fix indentation

This commit is contained in:
Milen Dzhumerov 2019-07-27 12:55:38 +01:00
parent c25e1ac7c7
commit 18ac7739ae
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public struct HeaderMap {
}
public init(entries: [Entry]) throws {
self.entries = try makeIndexedEntries(from: entries)
self.entries = try makeIndexedEntries(from: entries)
}
fileprivate typealias EntryIndex = [Data: Entry]