Skip to content

Commit bbc67b1

Browse files
committed
lint fix
1 parent 33de478 commit bbc67b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ func (e *ImportFilterDryRunError) Error() string {
404404
if e.Err == nil {
405405
return importFilterErrorPrefix
406406
}
407-
return importFilterErrorPrefix+ ": " + e.Err.Error()
407+
return importFilterErrorPrefix + ": " + e.Err.Error()
408408
}
409409

410410
func (e *ImportFilterDryRunError) Unwrap() error {

0 commit comments

Comments
 (0)