Removed trailing comma in enum
This commit is contained in:
parent
a490fb7a9a
commit
11e1dd257b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user