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 33de478 commit bbc67b1Copy full SHA for bbc67b1
base/error.go
@@ -404,7 +404,7 @@ func (e *ImportFilterDryRunError) Error() string {
404
if e.Err == nil {
405
return importFilterErrorPrefix
406
}
407
- return importFilterErrorPrefix+ ": " + e.Err.Error()
+ return importFilterErrorPrefix + ": " + e.Err.Error()
408
409
410
func (e *ImportFilterDryRunError) Unwrap() error {
0 commit comments