From 170c089fe9d498cf3c361641c4dc44bc8a88c626 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Mon, 20 Jun 2022 17:37:45 -0400 Subject: [PATCH] deno fmt --- src/commands/roll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/roll.ts b/src/commands/roll.ts index 96b745a..131fd7c 100644 --- a/src/commands/roll.ts +++ b/src/commands/roll.ts @@ -8,7 +8,7 @@ import { log, LT, } from '../../deps.ts'; -import { warnColor, rollingEmbed } from '../commandUtils.ts'; +import { rollingEmbed, warnColor } from '../commandUtils.ts'; import rollFuncs from './roll/_index.ts'; import { queueRoll } from '../solver/rollQueue.ts';