mirror of
https://github.com/fluffle/goirc
synced 2025-05-14 19:43:20 +00:00
gofix's formatting pointed out this space
This commit is contained in:
parent
114b31f3c7
commit
f6a130d82d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func handlePrivmsg(conn *irc.Conn, line *irc.Line) {
|
||||||
cutoff := runtime.FuncForPC(reflect.ValueOf(handlePrivmsg).Pointer()).Entry()
|
cutoff := runtime.FuncForPC(reflect.ValueOf(handlePrivmsg).Pointer()).Entry()
|
||||||
for _, pc := range callers {
|
for _, pc := range callers {
|
||||||
function := runtime.FuncForPC(pc - 1)
|
function := runtime.FuncForPC(pc - 1)
|
||||||
if function.Entry() == cutoff{
|
if function.Entry() == cutoff {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
file, line := function.FileLine(pc - 1)
|
file, line := function.FileLine(pc - 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue