Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
  • Loading branch information
StephenWakely committed May 25, 2023
1 parent abe69fc commit 457e554
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sources/heroku_logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,11 @@ mod tests {
.with_event_field(&owned_value_path!("source_type"), Kind::bytes(), None)
.with_event_field(&owned_value_path!("timestamp"), Kind::timestamp(), None)
.with_event_field(&owned_value_path!("host"), Kind::bytes(), Some("host"))
.with_event_field(&owned_value_path!("app_name"), Kind::bytes(), Some("service"))
.with_event_field(
&owned_value_path!("app_name"),
Kind::bytes(),
Some("service"),
)
.with_event_field(&owned_value_path!("proc_id"), Kind::bytes(), None)
.unknown_fields(Kind::bytes());

Expand Down

0 comments on commit 457e554

Please sign in to comment.