Skip to content

Commit

Permalink
style: remove extra space
Browse files Browse the repository at this point in the history
Co-authored-by: Sherwin Heydarbeygi <sherwin@imgix.com>
  • Loading branch information
luqven and Sherwin Heydarbeygi committed Jul 8, 2021
1 parent fe1264e commit 0b7cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vue-imgix/ix-source.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ export const IxSource = defineComponent({
[attributeConfig.srcset]: srcset,
};

return () => h('source', childAttrs );
return () => h('source', childAttrs );
},
});

0 comments on commit 0b7cb7e

Please sign in to comment.