Set up wpiformat

This commit is contained in:
Tyler Veness
2017-08-19 23:08:27 -07:00
committed by Peter Johnson
parent 4514ff8071
commit 19f7a5f108
107 changed files with 1146 additions and 910 deletions

View File

@@ -133,7 +133,6 @@ void PrintTo(const Value& value, std::ostream* os) {
break;
case NT_RAW:
*os << ::testing::PrintToString(value.GetRaw());
;
break;
case NT_BOOLEAN_ARRAY:
*os << ::testing::PrintToString(value.GetBooleanArray());