Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Nov 28, 2023
1 parent 22cbdd5 commit 11835c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/events/api_logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl ApiEvent {
latency,
status_code,
request: request.to_string(),
response: response.map(| resp | resp.to_string()),
response: response.map(|resp| resp.to_string()),
auth_type,
error,
ip_addr: http_req
Expand Down

0 comments on commit 11835c8

Please sign in to comment.