Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
Co-authored-by: Honza Dvorsky <[email protected]>
  • Loading branch information
LePips and czechboy0 authored Dec 11, 2024
1 parent 4fe1b31 commit e545273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/PluginsShared/PluginError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum PluginError: Swift.Error, CustomStringConvertible, LocalizedError {
let targetNames = targetNames.joined(separator: ", ", lastSeparator: " and ")
return "Found no targets with names \(targetNames)."
case .fileErrors(let fileErrors):
return "Issues with required files:\n\(fileErrors.map { "- " + $0 .description }.joined(separator: "\n"))."
return "Issues with required files:\n\(fileErrors.map { "- " + $0.description }.joined(separator: "\n"))."
}
}

Expand Down

0 comments on commit e545273

Please sign in to comment.