diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:53:27 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:53:27 -0800 |
| commit | d04344373b899c1e54948ca46478f7b907a576d2 (patch) | |
| tree | 598e2383d7c40f3263f08d40edc256fb82a09c76 /lib | |
| parent | 615bb941358389a1fdfec34abc6af8b61db75580 (diff) | |
| download | gitlab-ce-d04344373b899c1e54948ca46478f7b907a576d2.tar.gz | |
Rubocop: no trailing newlines
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/backend/shell_adapter.rb | 1 | ||||
| -rw-r--r-- | lib/gitlab/force_push_check.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/backend/shell_adapter.rb b/lib/gitlab/backend/shell_adapter.rb index f247f4593d7..fbe2a7a0d72 100644 --- a/lib/gitlab/backend/shell_adapter.rb +++ b/lib/gitlab/backend/shell_adapter.rb @@ -9,4 +9,3 @@ module Gitlab end end end - diff --git a/lib/gitlab/force_push_check.rb b/lib/gitlab/force_push_check.rb index 6ba2c3ad00a..eae9773a067 100644 --- a/lib/gitlab/force_push_check.rb +++ b/lib/gitlab/force_push_check.rb @@ -12,4 +12,3 @@ module Gitlab end end end - |
