We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80e216 commit 91a53c7Copy full SHA for 91a53c7
Sources/SourceKitLSP/Swift/MacroExpansion.swift
@@ -146,7 +146,7 @@ extension SwiftLanguageService {
146
Insecure.MD5.hash(
147
data: Data(completeExpansionDirectoryName.utf8)
148
)
149
- .map { String(format: "%02hhx", $0) } // maps each byte of the hash to its hex equivalent `String`
+ .map { String(format: "%02hhx", $0) } // maps each byte of the hash to its hex equivalent `String`
150
.joined()
151
152
0 commit comments