style: Fix ESLint & Prettier

This commit is contained in:
Sojin Park 2024-10-09 22:28:27 +09:00
parent 6621df110a
commit 274034524d
3 changed files with 3 additions and 5 deletions

View File

@ -134,5 +134,3 @@ const trailingOnlyFn = throttle(
// 계속 호출하더라도 1초마다 'Trailing-only function executed'를 로깅해요. // 계속 호출하더라도 1초마다 'Trailing-only function executed'를 로깅해요.
trailingOnlyFn(); trailingOnlyFn();
``` ```