Skip to content

Commit 7834d56

Browse files
committed
App state is not updating in cf cli and appsman ui when the app is down
Remove empty lines
1 parent cf72dcb commit 7834d56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/cloud_controller/diego/reporters/instances_stats_reporter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ def actual_lrp_info(process, stats=nil, quota_stats=nil, log_cache_errors=nil, i
5151
next unless actual_lrp.actual_lrp_key.index < process.instances
5252

5353
# if an LRP already exists with the same index use the one with the latest since value
54-
5554
if lrp_instances.include?(actual_lrp.actual_lrp_key.index)
56-
5755
existing_lrp = lrp_instances[actual_lrp.actual_lrp_key.index]
5856
next if actual_lrp.since < existing_lrp.since
5957

0 commit comments

Comments
 (0)