Skip to content

Commit 488690b

Browse files
committed
🎨 style(serial): Fix uncrustify error
1 parent 8aec247 commit 488690b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎test/test_serial_pty.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ TEST_F(PseudoTerminalTest, WriteRawPollTimeout) {
352352
// poll always times out
353353
serial.setPollSystemFunction(
354354
[](struct pollfd*, nfds_t, int) {
355-
return 0;
356-
});
355+
return 0;
356+
});
357357

358358
uint8_t data[10] = {0};
359359

0 commit comments

Comments
 (0)