From 5b1087e388323b656bedc17afadc5c325fa6f866 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 01:42:51 +0000 Subject: Automatically format code --- src/commands/utilities/wolframAlpha.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/commands/utilities/wolframAlpha.ts b/src/commands/utilities/wolframAlpha.ts index 216beaf..705e157 100644 --- a/src/commands/utilities/wolframAlpha.ts +++ b/src/commands/utilities/wolframAlpha.ts @@ -19,7 +19,7 @@ export default class WolframAlphaCommand extends BushCommand { prompt: 'What would you like to look up?', retry: '{error} Pick something to look up.', slashType: 'STRING', - only:'slash' + only: 'slash' }, { id: 'image', -- cgit