diff options
| author | Małgorzata Ksionek <mksionek@gitlab.com> | 2019-06-06 23:34:31 +0200 |
|---|---|---|
| committer | Małgorzata Ksionek <mksionek@gitlab.com> | 2019-06-14 13:26:27 +0200 |
| commit | 8a4811848dfd34c71894671f572b4a46f91e86a9 (patch) | |
| tree | 1c39fdd9588b6d40135004145356467fd897de3d | |
| parent | 6559f0ef545cfe49f33a088ae34907e5aad4afd2 (diff) | |
| download | gitlab-ce-30138-display-cycle-analytics-issue-logic-fixes.tar.gz | |
Fix static analysis failure30138-display-cycle-analytics-issue-logic-fixes
| -rw-r--r-- | lib/gitlab/cycle_analytics/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/cycle_analytics/test_helper.rb b/lib/gitlab/cycle_analytics/test_helper.rb index 9bd2d83fcdc..32fca7fa898 100644 --- a/lib/gitlab/cycle_analytics/test_helper.rb +++ b/lib/gitlab/cycle_analytics/test_helper.rb @@ -14,7 +14,7 @@ module Gitlab private def branch - @branch ||= @options[:branch] + @branch ||= @options[:branch] # rubocop:disable Gitlab/ModuleWithInstanceVariables end end end |
