style: single quote

This commit is contained in:
curben 2019-06-29 19:00:53 +09:30
parent c0998a3d13
commit 4055d5a2c2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*/ */
hexo.extend.tag.register('cloudinary', (args) => { hexo.extend.tag.register('cloudinary', (args) => {
const fileName = args[0] const fileName = args[0]
let alt = "" let alt = ''
if (args[1]) { if (args[1]) {
alt = args[1] alt = args[1]