Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Aug 24, 2022
1 parent 7af4adf commit f486fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl Settings {
pub fn header_table_size(&self) -> Option<u32> {
self.header_table_size
}

pub fn set_header_table_size(&mut self, size: Option<u32>) {
self.header_table_size = size;
}
Expand Down

0 comments on commit f486fc3

Please sign in to comment.