Skip to content

Commit 3ec30d1

Browse files
committed
fix lint warnings
1 parent bd64a0a commit 3ec30d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firestore/core/src/util/testing_hooks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <functional>
2121
#include <memory>
22-
#include <mutex>
22+
#include <mutex> // NOLINT(build/c++11)
2323
#include <unordered_map>
2424

2525
#include "Firestore/core/src/api/listener_registration.h"

Firestore/core/test/unit/util/testing_hooks_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
namespace {
3232

33-
using namespace std::chrono_literals;
33+
using namespace std::chrono_literals; // NOLINT(build/namespaces)
3434

3535
using firebase::firestore::api::ListenerRegistration;
3636
using firebase::firestore::testutil::AsyncTest;

0 commit comments

Comments
 (0)