From 12e6b6cb9cd4ce810047bd7b66cab6a51d3930ab Mon Sep 17 00:00:00 2001 From: Chris Fritz Date: Mon, 12 Dec 2016 18:59:48 -0500 Subject: [PATCH] Use spaces instead of tabs for consistency Since the rest of the file is using spaces, I changed the tabs before `NuxtLoading` to spaces as well. --- lib/app/components/nuxt.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/components/nuxt.vue b/lib/app/components/nuxt.vue index 516097a693..a95b9d40d9 100644 --- a/lib/app/components/nuxt.vue +++ b/lib/app/components/nuxt.vue @@ -47,7 +47,7 @@ export default { }, <% } %> components: { - NuxtError<%= (loading ? ',\n\t\tNuxtLoading' : '') %> + NuxtError<%= (loading ? ',\n NuxtLoading' : '') %> } }