From aaac434461f98efa5fd85e00a839bb2da8e1fcfa Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> Date: Tue, 27 Apr 2021 21:18:06 -0600 Subject: format --- package.json | 2 +- src/config/example-options.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7809385..006a2b4 100644 --- a/package.json +++ b/package.json @@ -70,4 +70,4 @@ "singleQuote": true, "trailingComma": "none" } -} \ No newline at end of file +} diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 9a3e71e..ea04fe3 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -5,7 +5,7 @@ export const credentials = { // Options export const owners = [ - '487443883127472129', // Tyman#7318 + '487443883127472129' // Tyman#7318 ]; export const prefix = '-' as string; export const dev = true as boolean; -- cgit