Skip to content

Commit

Permalink
delete \n
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Mar 26, 2024
1 parent d18e6ab commit bf15648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kis_func_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewFuncConfig(
Name: "unNamedSource",
}
source = &defaultSource
log.Logger().InfoF("funcName NewConfig source is nil, funcName = %s, use default unNamed Source.\n", funcName)
log.Logger().InfoF("funcName NewConfig source is nil, funcName = %s, use default unNamed Source.", funcName)
}
config.Source = *source

Expand Down

0 comments on commit bf15648

Please sign in to comment.