Merge pull request #1472 from AndersSundmanTobii/master

Removed trailing comma in enum
This commit is contained in:
Gennadiy Civil 2018-02-26 11:27:28 -05:00 committed by GitHub
commit ac34e6c950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.