From 9df5638c8ec998161604728aa4cf76b751336af5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 21 Mar 2018 11:00:07 +0000 Subject: [PATCH] make linter happy - add missing trailing comma Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/autocomplete/CommandProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autocomplete/CommandProvider.js b/src/autocomplete/CommandProvider.js index 56eefc0d35..e33fa7861f 100644 --- a/src/autocomplete/CommandProvider.js +++ b/src/autocomplete/CommandProvider.js @@ -108,7 +108,7 @@ const COMMANDS = [ { command: '/devtools', args: '', - description: _td('Opens the Developer Tools dialog') + description: _td('Opens the Developer Tools dialog'), }, // Omitting `/markdown` as it only seems to apply to OldComposer ];