summaryrefslogtreecommitdiffstats
path: root/htesting/test_helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'htesting/test_helpers.go')
-rw-r--r--htesting/test_helpers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/htesting/test_helpers.go b/htesting/test_helpers.go
index 599e460f6..84b36ee27 100644
--- a/htesting/test_helpers.go
+++ b/htesting/test_helpers.go
@@ -48,7 +48,6 @@ func BailOut(after time.Duration) {
runtime.Stack(buf, true)
panic(string(buf))
})
-
}
// Rnd is used only for testing.