Skip to content
Snippets Groups Projects
Commit 564b0eb0 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix new offenses

parent 5bbd09ca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,9 +10,7 @@ module Gitlab
@raw_index = repository.rugged.index
end
 
def read_tree(tree)
raw_index.read_tree(tree)
end
delegate :read_tree, to: :raw_index
 
def write_tree
raw_index.write_tree(repository.rugged)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment