fmt: gofmt function.go

This commit is contained in:
dudaodong
2022-02-28 10:11:07 +08:00
parent cd63b2b18f
commit f1fd4c876b

View File

@@ -13,7 +13,7 @@ import (
func After(n int, fn interface{}) func(args ...interface{}) []reflect.Value {
// Catch programming error while constructing the closure
mustBeFunction(fn)
return func(args ...interface{}) []reflect.Value {
n--
if n < 1 {