Skip to content

Commit

Permalink
chore formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Oct 19, 2024
1 parent c4a6334 commit f08e0ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ impl Server {
self.global_response_headers = Arc::new(headers.clone());
}

pub fn set_response_header_exclude_paths(&mut self, response_header_exclude_paths: Option<Vec<String>>) {
pub fn set_response_header_exclude_paths(
&mut self,
response_header_exclude_paths: Option<Vec<String>>,
) {
self.response_header_exclude_paths = response_header_exclude_paths;
}

Expand Down

0 comments on commit f08e0ff

Please sign in to comment.