mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[build] Upgrade clang-format and clang-tidy (NFC) (#3422)
This commit is contained in:
@@ -486,7 +486,7 @@ inline bool operator!=(const Value& lhs, const Value& rhs) {
|
||||
* NetworkTable Value alias for similarity with Java.
|
||||
* @ingroup ntcore_cpp_api
|
||||
*/
|
||||
typedef Value NetworkTableValue;
|
||||
using NetworkTableValue = Value;
|
||||
|
||||
} // namespace nt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user