client-app/app/controllers/show.js in logster-1.3.0 vs client-app/app/controllers/show.js in logster-1.3.1

- old
+ new

@@ -1,13 +1,13 @@ -import Controller from "@ember/controller"; - -export default Controller.extend({ - actions: { - protect() { - this.get("model").protect(); - }, - - unprotect() { - this.get("model").unprotect(); - } - } -}); +import Controller from "@ember/controller"; + +export default Controller.extend({ + actions: { + protect() { + this.get("model").protect(); + }, + + unprotect() { + this.get("model").unprotect(); + } + } +});