style: format

This commit is contained in:
Team1280Programming 2024-02-15 02:43:29 +00:00 committed by github-actions[bot]
parent 7e5649c648
commit 7375ab3d0a
2 changed files with 2 additions and 4 deletions

View file

@ -12,7 +12,5 @@ onmessage = (e) => {
let authors = []
checkIsStringArray(e.data) && (authorIds = e.data as string[])
authorIds.forEach(id => {
})
authorIds.forEach((id) => {})
}