forked from pothtonswer/discordmuffin
Remove trailing space.
This commit is contained in:
parent
d30b33abfa
commit
7373a96b71
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ func msglog(msgL, caller int, format string, a ...interface{}) {
|
||||||
|
|
||||||
if Logger != nil {
|
if Logger != nil {
|
||||||
Logger(msgL, caller, format, a)
|
Logger(msgL, caller, format, a)
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
pc, file, line, _ := runtime.Caller(caller)
|
pc, file, line, _ := runtime.Caller(caller)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue