Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 4, 2019
1 parent eb90922 commit e4b03fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/graphql.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { request as Request } from "@octokit/request";
import { GraphqlError } from "./error";
import { Endpoint, Parameters, GraphQlQueryResponse, GraphQlQueryResponseData } from "./types";
import {
Endpoint,
Parameters,
GraphQlQueryResponse,
GraphQlQueryResponseData
} from "./types";

const NON_VARIABLE_OPTIONS = [
"method",
Expand Down

0 comments on commit e4b03fa

Please sign in to comment.