diff options
author | Go MAEDA <maeda@farend.jp> | 2024-01-24 02:29:55 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-01-24 02:29:55 +0000 |
commit | 8a0bbe3d1d1c870a5f35524db2390051d499510b (patch) | |
tree | c65bb9e2cda622c9d29c46aeddf2345feb005a74 /app | |
parent | 13aeb797cfaa5a70bd8903d8350ea8ce3e0bb151 (diff) | |
download | redmine-8a0bbe3d1d1c870a5f35524db2390051d499510b.tar.gz redmine-8a0bbe3d1d1c870a5f35524db2390051d499510b.zip |
Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#38975).
git-svn-id: https://svn.redmine.org/redmine/trunk@22620 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/models/application_record.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/application_record.rb b/app/models/application_record.rb index 3c89dc683..53b55f90d 100644 --- a/app/models/application_record.rb +++ b/app/models/application_record.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + # Redmine - project management software # Copyright (C) 2006-2023 Jean-Philippe Lang # |