aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/views/mods/LocalModsView.vue
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-05-09 23:35:04 +0200
committerGitHub <noreply@github.com>2023-05-09 23:35:04 +0200
commit007e32fd632da33ea1b1442f9a55f6ad008ad177 (patch)
tree32de00dddb0a5ea3cdbf0f4c24db92f6a0713e32 /src-vue/src/views/mods/LocalModsView.vue
parent1ce900ca2d5cf91ae410c2ec918e1431aa15a677 (diff)
downloadFlightCore-007e32fd632da33ea1b1442f9a55f6ad008ad177.tar.gz
FlightCore-007e32fd632da33ea1b1442f9a55f6ad008ad177.zip
style: Partially autoformat Vue source files (#326)
* style: Add/remove spaces where applicable * style: Add missing newlines * style: Fix indentation * style: Add newlines between CSS classes
Diffstat (limited to 'src-vue/src/views/mods/LocalModsView.vue')
-rw-r--r--src-vue/src/views/mods/LocalModsView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/views/mods/LocalModsView.vue b/src-vue/src/views/mods/LocalModsView.vue
index ad0e2fa6..00e1ff43 100644
--- a/src-vue/src/views/mods/LocalModsView.vue
+++ b/src-vue/src/views/mods/LocalModsView.vue
@@ -101,7 +101,7 @@ export default defineComponent({
await invoke("delete_northstar_mod", { gameInstall: game_install, nsmodName: mod.name })
.then((message) => {
// Just a visual indicator that it worked
- showNotification(this.$t('mods.local.success_deleting', {modName: mod.name}));
+ showNotification(this.$t('mods.local.success_deleting', { modName: mod.name }));
})
.catch((error) => {
showErrorNotification(error);