diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-10-27 20:43:02 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-10-27 20:43:02 +0000 |
commit | 3bb3886786bc2cda1f056695d8652d879aaff71b (patch) | |
tree | af758ef324201c41bafd204ce8d5b12212f71dc8 /lib | |
parent | 243c11026525a76d6838fcf165e3864ada9a722b (diff) | |
download | redmine-3bb3886786bc2cda1f056695d8652d879aaff71b.tar.gz redmine-3bb3886786bc2cda1f056695d8652d879aaff71b.zip |
Remove extra blank line (#29914, #32938).
git-svn-id: http://svn.redmine.org/redmine/trunk@21263 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/utils/date_calculation.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/utils/date_calculation.rb b/lib/redmine/utils/date_calculation.rb index 58370bb86..dcdafa9ea 100644 --- a/lib/redmine/utils/date_calculation.rb +++ b/lib/redmine/utils/date_calculation.rb @@ -17,7 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - module Redmine module Utils module DateCalculation |