Fix the build.

Make prettier happy.
This commit is contained in:
Vinoth Kannan 2020-01-24 04:39:07 +05:30
parent 26186ee6af
commit e4b8121650

View File

@ -109,7 +109,9 @@ export default Controller.extend(BulkTopicSelection, FilterModeMixin, {
this.setProperties({ order, ascending: false });
}
this.transitionToRoute({ queryParams: { order, ascending: this.ascending }});
this.transitionToRoute({
queryParams: { order, ascending: this.ascending }
});
},
toggleInfo() {