mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-25 15:43:13 +03:00
Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D24328938 fbshipit-source-id: 2b6828ca922a82d5f1c21f4c7de9716598e19550
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0788536449
commit
bf806a2e73
@@ -164,7 +164,9 @@ LongHeader::LongHeader(
|
||||
Types type,
|
||||
LongHeaderInvariant invariant,
|
||||
std::string token)
|
||||
: longHeaderType_(type), invariant_(std::move(invariant)), token_(std::move(token)) {}
|
||||
: longHeaderType_(type),
|
||||
invariant_(std::move(invariant)),
|
||||
token_(std::move(token)) {}
|
||||
|
||||
LongHeader::LongHeader(
|
||||
Types type,
|
||||
|
||||
Reference in New Issue
Block a user