1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-24 04:01:07 +03:00

Daily arc lint --take CLANGFORMAT

Reviewed By: zertosh

Differential Revision: D24328938

fbshipit-source-id: 2b6828ca922a82d5f1c21f4c7de9716598e19550
This commit is contained in:
generatedunixname89002005325676
2020-10-15 08:27:25 -07:00
committed by Facebook GitHub Bot
parent 0788536449
commit bf806a2e73

View File

@@ -164,7 +164,9 @@ LongHeader::LongHeader(
Types type, Types type,
LongHeaderInvariant invariant, LongHeaderInvariant invariant,
std::string token) 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( LongHeader::LongHeader(
Types type, Types type,