summaryrefslogtreecommitdiff
path: root/app/contexts/commit_load.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/contexts/commit_load.rb')
-rw-r--r--app/contexts/commit_load.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/contexts/commit_load.rb b/app/contexts/commit_load.rb
index bab30d61007..f57c49692ca 100644
--- a/app/contexts/commit_load.rb
+++ b/app/contexts/commit_load.rb
@@ -1,11 +1,11 @@
class CommitLoad < BaseContext
def execute
result = {
- :commit => nil,
- :suppress_diff => false,
- :line_notes => [],
- :notes_count => 0,
- :note => nil
+ commit: nil,
+ suppress_diff: false,
+ line_notes: [],
+ notes_count: 0,
+ note: nil
}
commit = project.commit(params[:id])