Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 16, 2020
1 parent 9158c87 commit a89aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/providers.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import fs from 'fs-extra'
import { cleanDoubleSlashes } from '../../src/runtime/utils'
import local from '~/src/providers/local'
import cloudinary from '~/src/providers/cloudinary'
import twicpics from '~/src/providers/twicpics'
import fastly from '~/src/providers/fastly'
import imgix from '~/src/providers/imgix'
import { cleanDoubleSlashes } from '../../src/runtime/utils'

const images = [
{
Expand Down

0 comments on commit a89aabe

Please sign in to comment.