Fix formatting

This commit is contained in:
4JX
2022-08-25 01:29:22 +02:00
parent 7af4adf829
commit f486fc3adc

View File

@@ -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;
}