Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jun 19, 2020
1 parent 6c0f22d commit 94d22ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/gatsby/src/services/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ process.on(`unhandledRejection`, (reason: unknown) => {
// Otherwise leave commented out.
// require(`../bootstrap/log-line-function`)

export async function initialize(
{ program: args, parentSpan }: IBuildContext
): Promise<{
export async function initialize({
program: args,
parentSpan,
}: IBuildContext): Promise<{
store: Store<IGatsbyState, AnyAction>
workerPool: JestWorker
}> {
Expand Down

0 comments on commit 94d22ae

Please sign in to comment.