Removed trailing comma in enum

This commit is contained in:
Anders Sundman (asum) 2018-02-23 14:55:24 +01:00
parent a490fb7a9a
commit 11e1dd257b

View File

@ -1050,7 +1050,7 @@ class NativeArray {
private: private:
enum { enum {
kCheckTypeIsNotConstOrAReference = StaticAssertTypeEqHelper< kCheckTypeIsNotConstOrAReference = StaticAssertTypeEqHelper<
Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value, Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value
}; };
// Initializes this object with a copy of the input. // Initializes this object with a copy of the input.