Skip to content

Commit

Permalink
Update for the interface change of githttp
Browse files Browse the repository at this point in the history
The log parameter was dropped from some APIs.
  • Loading branch information
lhchavez committed Apr 14, 2019
1 parent 8548dda commit 5f2cdf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/omegaup-update-problem/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func convertBlobsToPackfile(

mergedTree, err := githttp.MergeTrees(
repo,
log,
tree,
headTree,
)
Expand Down
1 change: 0 additions & 1 deletion ziphandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ func CreatePackfile(

mergedTree, err := githttp.MergeTrees(
repo,
log,
tree,
parentTree,
)
Expand Down

0 comments on commit 5f2cdf0

Please sign in to comment.