summaryrefslogtreecommitdiff
path: root/lib/graph_commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graph_commit.rb')
-rw-r--r--lib/graph_commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/graph_commit.rb b/lib/graph_commit.rb
index 269378e8acc..e08a8fad4c1 100644
--- a/lib/graph_commit.rb
+++ b/lib/graph_commit.rb
@@ -6,7 +6,7 @@ class GraphCommit
def self.to_graph(project)
@repo = project.repo
- commits = Grit::Commit.find_all(@repo, nil, {:max_count => 650})
+ commits = Grit::Commit.find_all(@repo, nil, {max_count: 650})
ref_cache = {}