Skip to content

Commit 126b7f6

Browse files
committed
Fix indentation
1 parent 8c8cf52 commit 126b7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ def process_action(*args)
1717
end
1818
}
1919

20-
LogStasher.add_default_fields_to_payload(raw_payload, request)
20+
LogStasher.add_default_fields_to_payload(raw_payload, request)
2121

22-
LogStasher.clear_request_context
23-
LogStasher.add_default_fields_to_request_context(request)
22+
LogStasher.clear_request_context
23+
LogStasher.add_default_fields_to_request_context(request)
2424

2525
ActiveSupport::Notifications.instrument('start_processing.action_controller', raw_payload.dup)
2626

0 commit comments

Comments
 (0)