diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 12:45:23 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 12:45:23 +0000 |
commit | 40ab3035ffc06552b575243cbea6e14d1d5aeb82 (patch) | |
tree | 1aa35b71c87fecaf7427980da8850048e0c065dd /lib/redmine | |
parent | 950726f3844ac76a3de1c778850bcdaec667440a (diff) | |
download | redmine-40ab3035ffc06552b575243cbea6e14d1d5aeb82.tar.gz redmine-40ab3035ffc06552b575243cbea6e14d1d5aeb82.zip |
cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/themes.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19133 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine')
-rw-r--r-- | lib/redmine/themes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/themes.rb b/lib/redmine/themes.rb index a85be1827..77fb3c0ee 100644 --- a/lib/redmine/themes.rb +++ b/lib/redmine/themes.rb @@ -19,7 +19,6 @@ module Redmine module Themes - # Return an array of installed themes def self.themes @@installed_themes ||= scan_themes |