Skip to content

Commit 4d7dc9f

Browse files
committed
formatting
1 parent 68b302a commit 4d7dc9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/fixtures/dart_reference/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,7 @@ void main(List<String> args) async {
670670
// HTTPS onRequest that crashes with sensitive data in the exception.
671671
// Used by E2E tests to verify errors are logged but NOT leaked to clients.
672672
firebase.https.onRequest(name: 'crashWithSecret', (request) async {
673-
throw StateError(
674-
'Unexpected failure — sensitive data: SECRET_DATA',
675-
);
673+
throw StateError('Unexpected failure — sensitive data: SECRET_DATA');
676674
});
677675

678676
// HTTPS onRequest that crashes from an unexpected runtime error.

0 commit comments

Comments
 (0)