style: fix formatting in error message and log string (#421)

This commit is contained in:
zandwang
2025-08-01 06:44:17 +08:00
committed by GitHub
parent 0f0d27890e
commit 595fb4012f
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ func init() {
code.Register(
ErrPluginRecordNotFound,
fmt.Sprintf("record not found"),
"record not found",
code.WithAffectStability(false),
)