Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 3, 2022
1 parent 073f087 commit c83edcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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";
Expand Down

0 comments on commit c83edcb

Please sign in to comment.