1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/src/Server.ts b/cdn/src/Server.ts
index b8d71fa9..5b395589 100644
--- a/cdn/src/Server.ts
+++ b/cdn/src/Server.ts
@@ -5,7 +5,7 @@ import avatarsRoute from "./routes/avatars";
import iconsRoute from "./routes/role-icons";
import bodyParser from "body-parser";
-export interface CDNServerOptions extends ServerOptions {}
+export interface CDNServerOptions extends ServerOptions { }
export class CDNServer extends Server {
public declare options: CDNServerOptions;
|