summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/distribution/randombucket.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib/src/tests/distribution/randombucket.h')
-rw-r--r--vdslib/src/tests/distribution/randombucket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdslib/src/tests/distribution/randombucket.h b/vdslib/src/tests/distribution/randombucket.h
index fcede950c52..6e8d4b7ddc6 100644
--- a/vdslib/src/tests/distribution/randombucket.h
+++ b/vdslib/src/tests/distribution/randombucket.h
@@ -1,4 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
#pragma once
namespace RandomBucket{
@@ -8,4 +9,3 @@ namespace RandomBucket{
uint64_t get();
void setSeed(int seed=-1);
}
-