Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 14:55:32 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 20:00:29 +0300
commitd1dfdfe7998a3c77a22ebba01be90747744c8ac9 (patch)
treea032d289f15094cc92dd86b86b5ae3646d2fd429 /apps/theming/src
parent3c75a9926716484020544046f03bfad1c6712cfe (diff)
Lint and psalm fix
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/src')
-rw-r--r--apps/theming/src/components/ItemPreview.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/components/ItemPreview.vue b/apps/theming/src/components/ItemPreview.vue
index 0ed7dfc7858..82d588059a2 100644
--- a/apps/theming/src/components/ItemPreview.vue
+++ b/apps/theming/src/components/ItemPreview.vue
@@ -15,7 +15,7 @@
</template>
<script>
-import { generateFilePath} from '@nextcloud/router'
+import { generateFilePath } from '@nextcloud/router'
import CheckboxRadioSwitch from '@nextcloud/vue/dist/Components/CheckboxRadioSwitch'
export default {