File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
testing/test_framework/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ class FirebaseTest : public testing::Test {
236
236
// fully-automated tests should be run.
237
237
bool AreInteractiveTestsAllowed ();
238
238
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.
242
242
public:
243
243
// Get a persistent string value that was previously set via
244
244
// SetPersistentString. Returns true if the value was set, false if not or if
You can’t perform that action at this time.
0 commit comments