Skip to content

Commit 212578d

Browse files
committed
fix: indent once more for swift
1 parent e5e4f8e commit 212578d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Pages/HomePage.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ private struct UserView: HTML {
7373
home: "\(residency ?? .default)"\
7474
\(currentLocation.flatMap { ",\n location: \"Currently in \($0)\"" } ?? ""),
7575
about: \"\"\"
76-
\(Self.aboutDescription)
77-
\"\"\"
76+
\(Self.aboutDescription)
77+
\"\"\"
7878
)
7979
"""
8080
case .typescript:

0 commit comments

Comments
 (0)