From c83edcbbfcf1d452f126e025c64e6908c68a6cf6 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 3 Jan 2022 12:21:15 -0800 Subject: [PATCH] style: prettier --- src/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5360b1a415..82f0403f8e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,11 @@ import { Logger } from "pino"; import { Context } from "./context"; -import { Options, ApplicationFunction, ApplicationFunctionOptions } from "./types"; +import { + Options, + ApplicationFunction, + ApplicationFunctionOptions, +} from "./types"; import { Probot } from "./probot"; import { Server } from "./server/server"; import { ProbotOctokit } from "./octokit/probot-octokit";