Skip to content

Commit 7f14780

Browse files
committed
clang fix
1 parent a8fa4e6 commit 7f14780

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/board_controller/ant_neuro/ant_neuro.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ int AntNeuroBoard::prepare_session ()
119119
{
120120
safe_logger (spdlog::level::info,
121121
"Found non-matching amplifier (board name {}, serial {})", current_board_name,
122-
current_serial);
122+
current_serial);
123123
delete current_amp;
124124
continue;
125125
}
@@ -146,7 +146,7 @@ int AntNeuroBoard::prepare_session ()
146146
std::string current_serial = current_amp->getSerialNumber ();
147147
safe_logger (spdlog::level::info,
148148
"Found non-matching amplifier (board name {}, serial {})", current_board_name,
149-
current_serial);
149+
current_serial);
150150
delete current_amp;
151151
}
152152

0 commit comments

Comments
 (0)