Skip to content

Commit 57ab9e8

Browse files
committed
DEV: remove unused parens
1 parent b884fb1 commit 57ab9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/discourse/components/topic-list-tooltip.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class TopicListTooltip extends Component {
2222
get gistsService() {
2323
try {
2424
return getOwner(this).lookup("service:gists");
25-
} catch () {
25+
} catch {
2626
return null;
2727
}
2828
}

0 commit comments

Comments
 (0)