Format code

This commit is contained in:
DefectingCat
2022-12-14 09:40:40 +08:00
parent 4776b1bd0f
commit 1d581d5835
40 changed files with 43 additions and 43 deletions

View File

@ -117,4 +117,4 @@ export const debounce: Debounce = (fn, ms) => {
fn.apply(this, args);
}, ms);
};
};
};