Skip to content

Commit 91a53c7

Browse files
committed
Fix linting issue
1 parent d80e216 commit 91a53c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/Swift/MacroExpansion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ extension SwiftLanguageService {
146146
Insecure.MD5.hash(
147147
data: Data(completeExpansionDirectoryName.utf8)
148148
)
149-
.map { String(format: "%02hhx", $0) } // maps each byte of the hash to its hex equivalent `String`
149+
.map { String(format: "%02hhx", $0) } // maps each byte of the hash to its hex equivalent `String`
150150
.joined()
151151
)
152152

0 commit comments

Comments
 (0)