File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ func (rei resolutionError) Error() string {
202
202
}
203
203
204
204
if len (rei .Channels ) > 0 {
205
- sb .WriteString (fmt .Sprintf ("in channels %v" , rei .Channels ))
205
+ sb .WriteString (fmt .Sprintf ("in channels %v " , rei .Channels ))
206
206
}
207
207
208
208
matchedCatalogs := []string {}
@@ -211,7 +211,7 @@ func (rei resolutionError) Error() string {
211
211
}
212
212
slices .Sort (matchedCatalogs ) // sort for consistent error message
213
213
if len (matchedCatalogs ) > 1 {
214
- sb .WriteString (fmt .Sprintf ("in multiple catalogs with the same priority %v" , matchedCatalogs ))
214
+ sb .WriteString (fmt .Sprintf ("in multiple catalogs with the same priority %v " , matchedCatalogs ))
215
215
}
216
216
217
217
return strings .TrimSpace (sb .String ())
You can’t perform that action at this time.
0 commit comments