Skip to content

Commit aba6df0

Browse files
committed
Fix cpplint
1 parent 25e89da commit aba6df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/bindings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
);
2020

2121

22-
static inline void initMethods(Napi::Env &env, Napi::Object &exports) {
22+
static inline void initMethods(Napi::Env env, Napi::Object exports) {
2323
JS_GL_SET_METHOD(init);
2424

2525
// Query
@@ -227,7 +227,7 @@ static inline void initMethods(Napi::Env &env, Napi::Object &exports) {
227227
}
228228

229229

230-
static inline void initConstants(Napi::Env &env, Napi::Object &exports) {
230+
static inline void initConstants(Napi::Env env, Napi::Object exports) {
231231
// ClearBufferMask
232232
JS_GL_CONSTANT(DEPTH_BUFFER_BIT);
233233
JS_GL_CONSTANT(STENCIL_BUFFER_BIT);

0 commit comments

Comments
 (0)