Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 23, 2023
1 parent 28e738e commit e421dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {__nextjs_pure} from 'not-next-magic'
import { __nextjs_pure } from 'not-next-magic'


__nextjs_pure(console.log("test!"))
__nextjs_pure(console.log('test!'))
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {__nextjs_pure} from 'next/dist/build/swc/helpers'
import { __nextjs_pure } from 'next/dist/build/swc/helpers'


__nextjs_pure(console.log("test!"))
__nextjs_pure(console.log('test!'))

0 comments on commit e421dcc

Please sign in to comment.