Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed Aug 13, 2020
1 parent ffd0890 commit 19952df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/test/rcl/test_log_level.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ TEST(TestLogLevel, test_add_logger_setting) {

rcl_allocator_t saved_allocator = log_levels.allocator;
log_levels.allocator = {NULL, NULL, NULL, NULL, NULL};
EXPECT_EQ(
EXPECT_EQ(
RCL_RET_INVALID_ARGUMENT,
rcl_log_levels_add_logger_setting(&log_levels, "rcl", RCUTILS_LOG_SEVERITY_DEBUG));
EXPECT_TRUE(rcl_error_is_set());
Expand Down

0 comments on commit 19952df

Please sign in to comment.