Skip to content

Commit b4eb160

Browse files
committed
style: fix formatting
1 parent ed1895a commit b4eb160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/integrationTestHelpers/dockerHelpers.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ export async function waitForRpc(params: {
133133
if (Date.now() >= deadline) {
134134
const containerContext =
135135
failIfContainerExited && getContainerStatus(failIfContainerExited)
136-
? ` (container ${failIfContainerExited} status: ${getContainerStatus(failIfContainerExited)})`
136+
? ` (container ${failIfContainerExited} status: ${getContainerStatus(
137+
failIfContainerExited,
138+
)})`
137139
: '';
138140
const logs =
139141
failIfContainerExited && getContainerStatus(failIfContainerExited) !== 'running'

0 commit comments

Comments
 (0)