From e0b0470e63b7f5bf7dcb89a9d74bf7a78ef09b16 Mon Sep 17 00:00:00 2001
From: ThatOneCalculator <kainoa@t1c.dev>
Date: Wed, 15 Feb 2023 12:46:27 -0800
Subject: [PATCH] formatting

---
 packages/client/src/widgets/user-list.vue | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/client/src/widgets/user-list.vue b/packages/client/src/widgets/user-list.vue
index 6ee6dc05a..4173f5c36 100644
--- a/packages/client/src/widgets/user-list.vue
+++ b/packages/client/src/widgets/user-list.vue
@@ -2,7 +2,7 @@
 	<MkContainer :show-header="widgetProps.showHeader" class="mkw-userList">
 		<template #header><i class="ph-user-list-bold ph-lg"></i> {{ list ? list.name : i18n.ts._widgets.userList }}</template>
 		<template #func="{ buttonStyleClass }"><button class="_button" :class="buttonStyleClass" @click="configure()"><i class="ph-gear-six-bold ph-lg"></i></button></template>
-	
+
 		<div class="wsdlkfj">
 			<div v-if="widgetProps.listId == null" class="init">
 				<MkButton primary @click="chooseList">{{ i18n.ts._widgets._userList.chooseList }}</MkButton>
@@ -14,7 +14,7 @@
 		</div>
 	</MkContainer>
 </template>
-	
+
 <script lang="ts" setup>
 import { useWidgetPropsManager, Widget, WidgetComponentExpose } from './widget';
 import { GetFormResultType } from '@/scripts/form';
@@ -92,7 +92,7 @@ defineExpose<WidgetComponentExpose>({
 	id: props.widget ? props.widget.id : null,
 });
 </script>
-	
+
 <style lang="scss" module>
 .wsdlkfj {
 	> .init {