[wpimath] Add missing open curly brace to units/base.h (#4613)

This commit is contained in:
Tyler Veness
2022-11-11 13:06:42 -08:00
committed by GitHub
parent dbcc1de37f
commit 7836f661cd

View File

@@ -2870,6 +2870,7 @@ namespace units
}
#if defined(UNIT_LIB_ENABLE_IOSTREAM)
namespace dimensionless
{
inline std::ostream& operator<<(std::ostream& os, const dB_t& obj) { os << obj() << " dB"; return os; }
}
#endif