Skip to content

Commit ad38ba6

Browse files
committed
fix fmt
1 parent b78d08b commit ad38ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ macro_rules! upsert_header {
6565
if $headers.has::<$header>() {
6666
if let Some($pat) = $headers.get_mut::<$header>() {
6767
$some_match
68-
}
68+
}
6969
} else {
7070
$headers.set($default);
71-
}
72-
}};
71+
}
72+
}};
7373
}
7474

7575
pub use websocket_base::dataframe;

0 commit comments

Comments
 (0)