Removed trailing comma in enum

This commit is contained in:
Anders Sundman (asum) 2018-02-23 14:55:24 +01:00
parent f53aef0177
commit 8d0e9cade8

View File

@ -1050,7 +1050,7 @@ class NativeArray {
private:
enum {
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.