Skip to content

Commit f486fc3

Browse files
committed
Fix formatting
1 parent 7af4adf commit f486fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frame/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl Settings {
120120
pub fn header_table_size(&self) -> Option<u32> {
121121
self.header_table_size
122122
}
123-
123+
124124
pub fn set_header_table_size(&mut self, size: Option<u32>) {
125125
self.header_table_size = size;
126126
}

0 commit comments

Comments
 (0)