diff --git a/photon-client/.eslintrc.json b/photon-client/.eslintrc.json index 65576b5753..9734796cf0 100644 --- a/photon-client/.eslintrc.json +++ b/photon-client/.eslintrc.json @@ -10,4 +10,4 @@ "comma-dangle": ["error", "never"], "semi": ["error", "always"] } -} \ No newline at end of file +} diff --git a/photon-client/src/components/app/photon-camera-stream.vue b/photon-client/src/components/app/photon-camera-stream.vue index b001460526..184a4a714d 100644 --- a/photon-client/src/components/app/photon-camera-stream.vue +++ b/photon-client/src/components/app/photon-camera-stream.vue @@ -50,4 +50,4 @@ const handleClick = () => { :style="style" @click="handleClick" /> - \ No newline at end of file + diff --git a/photon-client/src/components/app/photon-log-view.vue b/photon-client/src/components/app/photon-log-view.vue index 814daae339..bbb278ab19 100644 --- a/photon-client/src/components/app/photon-log-view.vue +++ b/photon-client/src/components/app/photon-log-view.vue @@ -135,4 +135,4 @@ document.addEventListener("keydown", e => { width: 25%; height: 100%; } - \ No newline at end of file + diff --git a/photon-client/src/components/app/photon-sidebar.vue b/photon-client/src/components/app/photon-sidebar.vue index 60a50fdf27..c896a2b34d 100644 --- a/photon-client/src/components/app/photon-sidebar.vue +++ b/photon-client/src/components/app/photon-sidebar.vue @@ -183,4 +183,4 @@ const mdAndUp = computed(() => getCurrentInstance()?.proxy.$vuetify.bre height: 70px; object-fit: contain; } - \ No newline at end of file + diff --git a/photon-client/src/components/common/cv-number-input.vue b/photon-client/src/components/common/cv-number-input.vue index 621e4e747f..43c92cdc92 100644 --- a/photon-client/src/components/common/cv-number-input.vue +++ b/photon-client/src/components/common/cv-number-input.vue @@ -54,4 +54,3 @@ const localValue = computed({ - diff --git a/photon-client/src/types/SettingTypes.ts b/photon-client/src/types/SettingTypes.ts index af5a655552..2283b8c494 100644 --- a/photon-client/src/types/SettingTypes.ts +++ b/photon-client/src/types/SettingTypes.ts @@ -109,4 +109,4 @@ export enum RobotOffsetType { Single=1, DualFirst=2, DualSecond=3 -} \ No newline at end of file +}