This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 206c43e GEODE-8214: Fix test code formatting
206c43e is described below
commit 206c43e266a2036d554232b8fefd512ef1be8b16
Author: Blake Bender <[email protected]>
AuthorDate: Fri Jun 5 07:06:53 2020 -0700
GEODE-8214: Fix test code formatting
---
cppcache/integration/test/ServerDisconnectWithListener.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/cppcache/integration/test/ServerDisconnectWithListener.cpp
b/cppcache/integration/test/ServerDisconnectWithListener.cpp
index 0b6c11b..d54e85e 100644
--- a/cppcache/integration/test/ServerDisconnectWithListener.cpp
+++ b/cppcache/integration/test/ServerDisconnectWithListener.cpp
@@ -70,8 +70,7 @@ TEST(ServerDisconnect, WithRegionDisconnectedListener) {
cluster.applyLocators(poolFactory);
auto pool = poolFactory.create("pool");
- auto regionFactory =
- cache.createRegionFactory(RegionShortcut::CACHING_PROXY);
+ auto regionFactory =
cache.createRegionFactory(RegionShortcut::CACHING_PROXY);
auto regionDisconnectedListener =
std::make_shared<RegionDisconnectedListener>();