Skip to content

Commit d9c2f45

Browse files
committed
update
1 parent 019a00d commit d9c2f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Objects2XLSX/Book/Book.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public final class Book {
348348
"xl",
349349
"xl/_rels",
350350
"xl/worksheets",
351-
"xl/theme",
351+
"xl/theme"
352352
]
353353

354354
for dir in directories {

Sources/Objects2XLSX/Styles/Fill.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ extension Fill {
188188
/// These fills are automatically included in every Excel workbook's style registry.
189189
static let defaultFills: [Fill] = [
190190
.none, // index 0: Excel requires at least one fill
191-
.none, // index 1: transparent fill
191+
.none // index 1: transparent fill
192192
]
193193

194194
/// Create a solid color fill with RGB values

0 commit comments

Comments
 (0)