mirror of
https://github.com/google/googletest.git
synced 2024-12-29 11:40:58 +08:00
Removed trailing comma in enum
This commit is contained in:
parent
a490fb7a9a
commit
11e1dd257b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user