Skip to content

Commit

Permalink
chore: add endlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer committed May 2, 2024
1 parent 6fea65a commit 05d3025
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/configs/tabs/Advanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/configs/tabs/AudioVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ const config = ref(props.config)
/>

</div>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ const config = ref(props.config)
</template>

<style scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/configs/tabs/Files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/configs/tabs/General.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ function removeCmd(index) {

<style scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/configs/tabs/Inputs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/configs/tabs/Network.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ const effectivePort = computed(() => +config.value?.port ?? defaultMoonlightPort
<style scoped>
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const config = ref(props.config)
</PlatformLayout>
</div>
</div>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ function addRemapping(type) {
<div class="mb-3">
<!-- TODO: Implement on PR #2032 -->
</div>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ const fpsIn = ref("")

<div class="form-text">{{ $t('config.res_fps_desc') }}</div>
</div>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ const outputNamePlaceholder = (props.platform === 'windows') ? '\\.\DISPLAY1' :
</PlatformLayout>
</div>
</div>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const outputNamePlaceholder = (props.platform === 'windows') ? '{de9bb7e2-186e-5
</PlatformLayout>
</div>
</div>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ const config = ref(props.config)

<style scoped>
</style>
</style>
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export function initApp(app, config) {
config(app)
}
});
}
}
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/platform-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ export function usePlatformI18n(platform) {
export function $tp(key, defaultMsg) {
const pm = usePlatformI18n()
return pm.getMessageUsingPlatform(key, defaultMsg)
}
}

0 comments on commit 05d3025

Please sign in to comment.