Skip to content

Commit b14b1e3

Browse files
committed
fmt
1 parent 3c03a3a commit b14b1e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/e2e/helpers.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,10 @@ export const waitUntilUrlIsNotResponding = async (url: string) => {
470470
// Allows users to more easily define properties they want for agents and resources!
471471
type RecursivePartial<T> = {
472472
[P in keyof T]?: T[P] extends (infer U)[]
473-
? RecursivePartial<U>[]
474-
: T[P] extends object | undefined
475-
? RecursivePartial<T[P]>
476-
: T[P];
473+
? RecursivePartial<U>[]
474+
: T[P] extends object | undefined
475+
? RecursivePartial<T[P]>
476+
: T[P];
477477
};
478478

479479
interface EchoProvisionerResponses {

0 commit comments

Comments
 (0)