style: fix formatting in error message and log string (#421)
This commit is contained in:
@@ -90,7 +90,7 @@ func init() {
|
||||
|
||||
code.Register(
|
||||
ErrPluginRecordNotFound,
|
||||
fmt.Sprintf("record not found"),
|
||||
"record not found",
|
||||
code.WithAffectStability(false),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user