mirror of
https://github.com/duke-git/lancet.git
synced 2025-10-12 19:00:10 +08:00
fmt: gofmt function.go
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user