Skip to content

Commit cacce2b

Browse files
committed
Fix log whitespace.
1 parent f8867ea commit cacce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_framework/src/firebase_test_framework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ namespace firebase_test_framework {
192192
a_str << a_result; \
193193
b_str << b_result; \
194194
app_framework::LogError( \
195-
"Expected %s and %s to be equal, but they differ." \
195+
"Expected %s and %s to be equal, but they differ. "\
196196
"first(%s) vs second(%s)", \
197197
#a, #b, a_str.str().c_str(), b_str.str().c_str()); \
198198
return false; \

0 commit comments

Comments
 (0)