summaryrefslogtreecommitdiff
path: root/app/models/network/commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/network/commit.rb')
-rw-r--r--app/models/network/commit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/network/commit.rb b/app/models/network/commit.rb
index a48e872ad84..8417f200e36 100644
--- a/app/models/network/commit.rb
+++ b/app/models/network/commit.rb
@@ -28,8 +28,8 @@ module Network
if map.include?(p.id)
map[p.id]
end
- end.
- compact
+ end
+ .compact
end
end
end