style: format code with Prettier

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-05 10:12:16 +00:00 committed by GitHub
parent 9dce9235d6
commit fbd604830e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,6 @@ export interface Item {
images?: string[]; images?: string[];
} }
export interface CartItem { export interface CartItem {
amount: number; amount: number;
data: Item; data: Item;