0
0
mirror of https://github.com/google/googletest.git synced 2025-03-19 18:33:48 +00:00

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:
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.