Skip to content

Commit 3270a3a

Browse files
committed
replace tabs to spaces at app/models/query.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13088 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 8c52689 commit 3270a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/query.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ class StatementInvalid < ::ActiveRecord::StatementInvalid
159159

160160
after_save do |query|
161161
if query.visibility_changed? && query.visibility != VISIBILITY_ROLES
162-
query.roles.clear
163-
end
162+
query.roles.clear
163+
end
164164
end
165165

166166
class_attribute :operators

0 commit comments

Comments
 (0)