Skip to content

Commit 730309b

Browse files
authored
Remove trailing spaces and all hard tabs (#355)
2 parents b000792 + 69c71fd commit 730309b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

TSPL.docc/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDisplayName</key>
6-
<string>The Swift Programming Language</string>
7-
<key>CFBundleIdentifier</key>
8-
<string>org.swift.tspl</string>
9-
<key>CDDefaultCodeListingLanguage</key>
10-
<string>swift</string>
11-
<key>CDDefaultModuleKind</key>
12-
<string></string>
5+
<key>CFBundleDisplayName</key>
6+
<string>The Swift Programming Language</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>org.swift.tspl</string>
9+
<key>CDDefaultCodeListingLanguage</key>
10+
<string>swift</string>
11+
<key>CDDefaultModuleKind</key>
12+
<string></string>
1313
</dict>
1414
</plist>

bin/redirects/redirect.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ var chapterRedirects = ""
706706

707707
for case let (stableID, _, docc) in headings {
708708
if docc == "" { continue }
709-
headingRedirects +=
709+
headingRedirects +=
710710
"""
711711
"#\(stableID)": "\(docc)",\n
712712
"""
@@ -720,7 +720,7 @@ for case let (part, filename, docc) in chapters {
720720
}
721721

722722
for case let (part, filename, docc) in chapters {
723-
let html =
723+
let html =
724724
"""
725725
<html>
726726
<head>

0 commit comments

Comments
 (0)