Skip to content

Commit 4c198d4

Browse files
committed
clang-format fix.
1 parent 4a33d72 commit 4c198d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hazelcast/test/src/HazelcastTests5.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,8 @@ TEST_P(ClientMapTest, testPutTtl)
11891189

11901190
TEST_P(ClientMapTest, testPutConfigTtl)
11911191
{
1192-
if (client_.get_client_config().get_near_cache_config(ONE_SECOND_MAP_NAME) !=
1193-
nullptr) {
1192+
if (client_.get_client_config().get_near_cache_config(
1193+
ONE_SECOND_MAP_NAME) != nullptr) {
11941194
GTEST_SKIP_(
11951195
"Server side expiry does not send near cache invalidations. "
11961196
"See https://github.com/hazelcast/hazelcast/issues/10975");
@@ -1278,8 +1278,8 @@ TEST_P(ClientMapTest, testSetTtl)
12781278

12791279
TEST_P(ClientMapTest, testSetConfigTtl)
12801280
{
1281-
if (client_.get_client_config().get_near_cache_config(ONE_SECOND_MAP_NAME) !=
1282-
nullptr) {
1281+
if (client_.get_client_config().get_near_cache_config(
1282+
ONE_SECOND_MAP_NAME) != nullptr) {
12831283
GTEST_SKIP_(
12841284
"Server side expiry does not send near cache invalidations. "
12851285
"See https://github.com/hazelcast/hazelcast/issues/10975");

0 commit comments

Comments
 (0)