style: format code with Prettier

This commit fixes the style issues introduced in e3e4e48 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-17 13:09:34 +00:00 committed by GitHub
parent e3e4e482cc
commit e803959f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ export type Checkout = {
line2?: string;
town: string;
postcode: string;
}
};
};
export type JSONResponse = {