mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[ci] Upgrade to wpiformat 2026.56 (#8666)
This commit is contained in:
@@ -175,8 +175,9 @@ class ProtoOutputStream {
|
||||
* but allow manipulating the stream manually.
|
||||
*/
|
||||
ProtoOutputStream()
|
||||
: m_msgDesc{Protobuf<
|
||||
std::remove_cvref_t<T>>::MessageStruct::msg_descriptor()} {}
|
||||
: m_msgDesc{
|
||||
Protobuf<std::remove_cvref_t<T>>::MessageStruct::msg_descriptor()} {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the backing nanopb stream object.
|
||||
|
||||
Reference in New Issue
Block a user