Commit 12a6bbc3 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Prefix _ to show that it's intended unused, feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_16073734
parent 56562d26
......@@ -115,7 +115,7 @@ module Ci
end
# For now the only user who participates is the user who triggered
def participants(current_user = nil)
def participants(_current_user = nil)
[user]
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment