Skip to content

Commit

Permalink
fixup! make cpplint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jun 8, 2021
1 parent 2e97174 commit bbf5e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtest/gtest_prod.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Google C++ Testing and Mocking Framework definitions useful in production
// code. GOOGLETEST_CM0003 DO NOT DELETE

#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_ // NOLINT
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_

// When you need to test the private or protected members of a class,
Expand All @@ -58,4 +58,4 @@
#define FRIEND_TEST(test_case_name, test_name) \
friend class test_case_name##_##test_name##_Test

#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_ // NOLINT
1 change: 1 addition & 0 deletions src/node_api.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "node_api.h"
#include "async_wrap-inl.h"
#include "memory_tracker-inl.h"
#include "node_api_internals.h"
Expand Down

0 comments on commit bbf5e1f

Please sign in to comment.