From 3ebc9d2ab1a3921c707c21ae1daffe398dd0b87d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Hanol?= <regis@hanol.fr>
Date: Wed, 12 Aug 2015 23:02:36 +0200
Subject: [PATCH] make jshint happy

---
 .../javascripts/discourse/controllers/topic-unsubscribe.js.es6  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6 b/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6
index c486b9432a0..e76daabf650 100644
--- a/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6
+++ b/app/assets/javascripts/discourse/controllers/topic-unsubscribe.js.es6
@@ -6,4 +6,4 @@ export default ObjectController.extend({
     return I18n.t("topic.unsubscribe.stop_notifications", { title: this.get("model.fancyTitle") });
   }.property("model.fancyTitle"),
 
-})
+});