Skip to content

Commit

Permalink
style: reformat a couple long import lines
Browse files Browse the repository at this point in the history
  • Loading branch information
haltcase committed Jun 1, 2019
1 parent afd94ef commit 0044ed5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ import { Trilogy } from '.'
import { Hooks, Hook } from './hooks'

import * as helpers from './helpers'
import { Cast, normalizeSchema, createTrigger, TriggerEvent } from './schema-helpers'
import { invariant, isEmpty, isString, isObject, isNil, toArray, defaultTo, firstOrValue } from './util'
import {
Cast, normalizeSchema, createTrigger, TriggerEvent
} from './schema-helpers'
import {
invariant, isEmpty, isString, isObject, isNil, toArray, defaultTo, firstOrValue
} from './util'

import * as types from './types'

Expand Down

0 comments on commit 0044ed5

Please sign in to comment.