Remove trailing comma in dependency linker to satisfy Rubocop

This commit is contained in:
Stan Hu 2017-05-12 14:01:54 -07:00
parent e4261fe3ce
commit 8ae2e6bdbb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module Gitlab
module DependencyLinker
LINKERS = [
GemfileLinker,
GemfileLinker
].freeze
def self.linker(blob_name)