Removed extra white spaces

This commit is contained in:
2022-03-09 22:53:03 -05:00
parent 09c497ff96
commit a75f1abd71
20 changed files with 58 additions and 60 deletions

View File

@@ -10,7 +10,7 @@
require_dependency 'user'
# Patches Redmine's User dynamically.
# Patches Redmine's User dynamically.
# Adds a relationships
module UserPatch
def self.included(base) # :nodoc:
@@ -33,7 +33,7 @@ module UserPatch
end
end
end
# Add module to Issue
User.send(:include, UserPatch)