mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[build] Upgrade clang-format and clang-tidy (NFC) (#3422)
This commit is contained in:
@@ -37,7 +37,7 @@ class Message {
|
||||
kExecuteRpc = 0x20,
|
||||
kRpcResponse = 0x21
|
||||
};
|
||||
typedef std::function<NT_Type(unsigned int id)> GetEntryTypeFunc;
|
||||
using GetEntryTypeFunc = std::function<NT_Type(unsigned int id)>;
|
||||
|
||||
Message() = default;
|
||||
Message(MsgType type, const private_init&) : m_type(type) {}
|
||||
|
||||
Reference in New Issue
Block a user