Skip to content

Commit 53f2356

Browse files
committed
Fix formatting issues in firebase_test_framework.h reported by clang-format
1 parent 4694ac6 commit 53f2356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/test_framework/src/firebase_test_framework.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ class FirebaseTest : public testing::Test {
236236
// fully-automated tests should be run.
237237
bool AreInteractiveTestsAllowed();
238238

239-
// Give the static helper methods "public" visibility so that they can be used
240-
// by helper functions defined outside of subclasses of `FirebaseTest`, such as
241-
// functions defined in anonymous namespaces.
239+
// Give the static helper methods "public" visibility so that they can be used
240+
// by helper functions defined outside of subclasses of `FirebaseTest`, such
241+
// as functions defined in anonymous namespaces.
242242
public:
243243
// Get a persistent string value that was previously set via
244244
// SetPersistentString. Returns true if the value was set, false if not or if

0 commit comments

Comments
 (0)