Skip to content

Commit 954e192

Browse files
committed
remove unnecessary parentheses
1 parent 37e19e5 commit 954e192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module ::CommunityCustomFields
4545

4646
topic.custom_fields[:status] = "new"
4747

48-
if (!user.admin)
48+
if !user.admin
4949
topic.custom_fields[:waiting_since] = Time.now.utc.iso8601
5050
topic.custom_fields[:waiting_id] = user.id
5151
end

0 commit comments

Comments
 (0)