Skip to content

Commit e17d902

Browse files
committed
linter fix
1 parent ad5f26d commit e17d902

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/commands.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ static const CommandSpec commands[] = {
7272

7373
/* Admin commands - bypassed */
7474
{"auth", CMD_SPEC_DONT_INTERCEPT },
75-
/* queued by multi, need to intercept
75+
/* queued by multi, need to intercept
7676
{"ping", CMD_SPEC_DONT_INTERCEPT }, */
77-
{"ping", CMD_SPEC_READONLY }, {"hello", CMD_SPEC_DONT_INTERCEPT },
77+
{"ping", CMD_SPEC_READONLY },
78+
{"hello", CMD_SPEC_DONT_INTERCEPT },
7879
{"module", CMD_SPEC_DONT_INTERCEPT },
7980
{"config", CMD_SPEC_DONT_INTERCEPT },
8081
{"monitor", CMD_SPEC_DONT_INTERCEPT },

0 commit comments

Comments
 (0)