diff --git a/src/discordas.ts b/src/discordas.ts
index 19d18543a96b5820bf124d2157e952d858ee07c5..c92cbfe24d571da90315075be6c9d8b7495398f8 100644
--- a/src/discordas.ts
+++ b/src/discordas.ts
@@ -23,7 +23,7 @@ import { Log } from "./log";
 import "source-map-support/register";
 import * as cliArgs from "command-line-args";
 import * as usage from "command-line-usage";
-import { v4 as uuid } from 'uuid';
+import { v4 as uuid } from "uuid";
 import { IMatrixEvent } from "./matrixtypes";
 import { MetricPeg, PrometheusBridgeMetrics } from "./metrics";