Skip to content

Commit 0f48b6d

Browse files
committed
prettier
1 parent b788776 commit 0f48b6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/firestore/test/integration/util/settings.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ function parseTargetBackend(targetBackend: string): TargetBackend {
7373
case 'prod':
7474
return TargetBackend.PROD;
7575
default:
76-
throw Error(`Unknown backend configuration ${targetBackend} used for integration tests.`);
76+
throw Error(
77+
`Unknown backend configuration ${targetBackend} used for integration tests.`
78+
);
7779
}
7880
}
7981

0 commit comments

Comments
 (0)