style: format code with Prettier

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2025-03-30 20:31:30 +00:00 committed by GitHub
parent b203a410de
commit 85cc6ae3d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
when:
- event: push
branch: main
- event: push
branch: main
steps:
- name: build
image: node:23-alpine3.20
commands:
- npm install
- npm run build
- name: build
image: node:23-alpine3.20
commands:
- npm install
- npm run build