diff --git a/app/assets/javascripts/discourse/components/topic-timer-info.js.es6 b/app/assets/javascripts/discourse/components/topic-timer-info.js.es6
index 30a93295a0e..5ef9ad796e8 100644
--- a/app/assets/javascripts/discourse/components/topic-timer-info.js.es6
+++ b/app/assets/javascripts/discourse/components/topic-timer-info.js.es6
@@ -62,7 +62,12 @@ export default Ember.Component.extend(
);
}
- buffer.push(`${I18n.t(this._noticeKey(), options)}`);
+ buffer.push(
+ `${I18n.t(
+ this._noticeKey(),
+ options
+ )}`
+ );
buffer.push("");
// TODO Sam: concerned this can cause a heavy rerender loop