Skip to content

Commit daf9393

Browse files
committed
lint
1 parent d4101af commit daf9393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cctest/test_node_task_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TEST_F(TaskRunnerTest, EscapeShell) {
3535
{"--arg=node exec -c '$1'", "'--arg=node exec -c \\'$1\\''"},
3636
{"'--arg=node exec -c \"$1\"'", "'\\'--arg=node exec -c \"$1\"\\''"}
3737
#endif
38-
};
38+
};
3939

4040
for (const auto& [input, expected] : expectations) {
4141
EXPECT_EQ(node::task_runner::EscapeShell(input), expected);

0 commit comments

Comments
 (0)