Skip to content

Commit a4b7e17

Browse files
committed
format
1 parent 75d1270 commit a4b7e17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/tests/integration_tests.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ void runIntegrationTests(String Function() getExamplePath) {
2626

2727
if (dartToolDir.existsSync()) {
2828
final firebaseDir = Directory('$examplePath/.dart_tool/firebase');
29-
print('DEBUG: .dart_tool/firebase exists = ${firebaseDir.existsSync()}');
29+
print(
30+
'DEBUG: .dart_tool/firebase exists = ${firebaseDir.existsSync()}',
31+
);
3032

3133
if (firebaseDir.existsSync()) {
3234
print('DEBUG: Contents of .dart_tool/firebase:');

0 commit comments

Comments
 (0)