Skip to content

Commit 941c47f

Browse files
committed
Ident using space
1 parent 4b977c4 commit 941c47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Adapters/File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class File extends Adapter
2727
'image/gif' => ['photo', 'imageHtml'],
2828
'image/png' => ['photo', 'imageHtml'],
2929
'image/bmp' => ['photo', 'imageHtml'],
30-
'image/ico' => ['photo', 'imageHtml'],
31-
'image/webp' => ['photo', 'imageHtml'],
30+
'image/ico' => ['photo', 'imageHtml'],
31+
'image/webp' => ['photo', 'imageHtml'],
3232
'text/rtf' => ['rich', 'google'],
3333
'application/pdf' => ['rich', 'google'],
3434
'application/msword' => ['rich', 'google'],

0 commit comments

Comments
 (0)