tests: Add missing blank line

This commit is contained in:
Tomasz Grabiec
2015-06-19 15:17:13 +02:00
parent 5e1348e741
commit bdd3fd5019

View File

@@ -195,6 +195,7 @@ future<> init_once() {
return make_ready_future();
}
}
future<::shared_ptr<cql_test_env>> make_env_for_test() {
return init_once().then([] {
using namespace locator;