diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-14 01:42:51 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-14 01:42:51 +0000 |
commit | 5b1087e388323b656bedc17afadc5c325fa6f866 (patch) | |
tree | cbdccd2a57941331a0845d1c13fd427356354968 /src/commands | |
parent | 23b5983adc5567e6647f241749a0d0e0490aedb5 (diff) | |
download | tanzanite-5b1087e388323b656bedc17afadc5c325fa6f866.tar.gz tanzanite-5b1087e388323b656bedc17afadc5c325fa6f866.tar.bz2 tanzanite-5b1087e388323b656bedc17afadc5c325fa6f866.zip |
Automatically format code
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/utilities/wolframAlpha.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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', |