Skip to content

Commit

Permalink
style: lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Nov 26, 2020
1 parent 1618755 commit 25d187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/VueImageKit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ export default {
return srcset
? srcset
.map(size => `${imageKitPrefix}/${hash}/tr:w-${size}${customTransform
.map(size => `${imageKitPrefix}/${hash}/tr:w-${size}${customTransform
? ',' + customTransform
: ''}/${src} ${size}w`)
.join(', ')
.join(', ')
: []
},
getSizes () {
Expand Down

0 comments on commit 25d187e

Please sign in to comment.