diff options
author | Andrea Leone <git@andrealeone.xyz> | 2019-09-07 13:09:55 +0200 |
---|---|---|
committer | Andrea Leone <git@andrealeone.xyz> | 2019-09-07 16:25:53 +0200 |
commit | 26435701bc08095c2e3df259aa1a8f110ed4c51c (patch) | |
tree | 144dc6c9628f16baf9ac9f03c394a528a8ce5106 /lib | |
parent | b807b42aa3bac6c527485d30f953f7b2f1323a95 (diff) | |
download | gitlab-ce-26435701bc08095c2e3df259aa1a8f110ed4c51c.tar.gz |
Fix after 'static-analysis' job fail
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 3c7fa8caa61..689c71e455e 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -1267,7 +1267,6 @@ module API expose :protected do |repo_tag, options| ::ProtectedTag.protected?(options[:project], repo_tag.name) end - end class Runner < Grape::Entity |