Skip to content

Commit f27d696

Browse files
committed
ensure no lint on same line
1 parent 837bd85 commit f27d696

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

firestore/src/stub/firestore_stub_test_main.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ void InitializeFirestore(Firestore*) {
5858
// causes a link error when _tmain is defined in a static library and UNICODE
5959
// is enabled. For this reason instead of _tmain, main function is used on
6060
// Windows. See the following link to track the current status of this bug:
61-
// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464
62-
// // NOLINT
61+
// clang-format off
62+
// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464 // NOLINT
63+
// clang-format on
6364
#if GTEST_OS_WINDOWS_MOBILE
6465
#include <tchar.h> // NOLINT
6566

0 commit comments

Comments
 (0)