diff options
author | Wolfy-J <[email protected]> | 2018-06-11 22:13:27 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 22:13:27 +0300 |
commit | ec9cc7d1b90148c757ffab76e43d88798c20e5e0 (patch) | |
tree | 3d3eac4ae156f274fa696bbd2524c9ac7342df46 /static_pool.go | |
parent | c8557f7cba16593ebc81f8d48d925f8e187fc4a2 (diff) |
coverage
Diffstat (limited to 'static_pool.go')
-rw-r--r-- | static_pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool.go b/static_pool.go index f82bc797..665be234 100644 --- a/static_pool.go +++ b/static_pool.go @@ -270,4 +270,4 @@ func (p *StaticPool) throw(event int, ctx interface{}) { if p.listener != nil { p.listener(event, ctx) } -} +}
\ No newline at end of file |