Skip to content

Commit 3c5047c

Browse files
committed
Fix formatting
1 parent 5688499 commit 3c5047c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/utils/utils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ TEST_F(test, utils_shm_create) {
9595

9696
ret = utils_shm_create("", 256);
9797
ASSERT_EQ(ret, -1);
98-
98+
9999
ret = utils_shm_create("/abc", 256);
100100
ASSERT_GE(ret, 0);
101101

102102
ret = utils_shm_create("/abc", -1);
103103
ASSERT_EQ(ret, -1);
104104
}
105-

0 commit comments

Comments
 (0)