Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove stray spaces introduced by newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 23, 2021
1 parent 7a5f9d1 commit 2ab0ffa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/VMetaSearch/VMetaSearchForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
tag="h4"
class="b-header mb-2"
>
<template #type>
{{ type }}
</template>
<template #query>
{{ query.q }}
</template>
<template #type>{{ type }}</template>
<template #query>{{ query.q }}</template>
</i18n>
<i18n path="meta-search.form.caption" tag="p">
<template #type>{{ type }}</template>
Expand Down

0 comments on commit 2ab0ffa

Please sign in to comment.