From 2b165a065c08e26e3991d759f93dbb536fac8563 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 1 Feb 2020 22:26:31 +0530 Subject: [PATCH] refactor: stick with the enforced style --- pages/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 49412e20d..943780b49 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1504,8 +1504,11 @@ export default { this.rawInput = !this.knownContentTypes.includes(val); }, rawInput(status) { - if (status && this.rawParams === "") this.rawParams = "{}"; - else this.setRouteQueryState(); + if (status && this.rawParams === "") { + this.rawParams = "{}"; + } else { + this.setRouteQueryState(); + } }, "response.body": function(val) { if (