Skip to content

Commit

Permalink
escape newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Oct 4, 2024
1 parent a40fb06 commit d025cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SymbolGraphLinker/SSGC.Linker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ extension SSGC.Linker
else
{
self.tables.diagnostics[nil] = .warning("""
Declaration '\($0.path)' was synthesized by multiple modules in this
Declaration '\($0.path)' was synthesized by multiple modules in this \
package and only one copy will be kept
""")
return false
Expand Down

0 comments on commit d025cbe

Please sign in to comment.