diff options
Diffstat (limited to 'device/pools_test.go')
-rw-r--r-- | device/pools_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/pools_test.go b/device/pools_test.go index 6caf7e7..a27ccc0 100644 --- a/device/pools_test.go +++ b/device/pools_test.go @@ -80,4 +80,4 @@ func BenchmarkWaitPool(b *testing.B) { }() } wg.Wait() -}
\ No newline at end of file +} |