Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 11, 2023
1 parent 54323e8 commit 7bac3e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/proxy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use tokio::io::copy_bidirectional;
type HyperRequest = hyper::Request<ReqBody>;
type HyperResponse = hyper::Response<ResBody>;


/// Encode url path. This can be used when build your custom url rest getter.
#[inline]
pub fn encode_url_path(path: &str) -> String {
Expand Down

0 comments on commit 7bac3e2

Please sign in to comment.