Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Aug 29, 2024
1 parent 6220dd5 commit 92d5d86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/river/src/config/kdl/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ fn load_test() {
request_filters: vec![],
},
upstream_options: UpstreamOptions::default(),
rate_limiting: crate::config::internal::RateLimitingConfig {
rules: vec![],
},
rate_limiting: crate::config::internal::RateLimitingConfig { rules: vec![] },
},
],
file_servers: vec![FileServerConfig {
Expand Down

0 comments on commit 92d5d86

Please sign in to comment.