Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 9, 2022
1 parent 06070b4 commit 32c991c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/api-reference/next/future/image.md
Expand Up @@ -263,7 +263,6 @@ For example, if you know your styling will cause an image to be full-width on mo

```js
import Image from 'next/image'

;<div className="grid-element">
<Image
src="/example.png"
Expand Down
1 change: 0 additions & 1 deletion docs/api-reference/next/image.md
Expand Up @@ -143,7 +143,6 @@ For example, if you know your styling will cause an image to be full-width on mo

```js
import Image from 'next/image'

;<div className="grid-element">
<Image
src="/example.png"
Expand Down

0 comments on commit 32c991c

Please sign in to comment.