Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Jun 13, 2022
1 parent 3c70ad7 commit 53cbeb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/shell/tests/TestShellTokenizeLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ static const struct test_shell_vector test_vector_shell_tokenizer[] = {
.argv = (const char *[]){ "leading", "space" },
.argc = 2,
},
{ .line = "trailing space ", .argv = (const char *[]){ "trailing", "space", "" }, .argc = 3 },
{
.line = "trailing space ",
.argv = (const char *[]){ "trailing", "space", "" },
.argc = 3
},
{
.line = "no_space",
.argv = (const char *[]){ "no_space" },
Expand Down

0 comments on commit 53cbeb4

Please sign in to comment.