style: remove redundant space

This commit is contained in:
Shivam Mishra
2026-03-11 13:27:28 +05:30
parent 17a6fa6c1d
commit 0893ff3548
5 changed files with 1 additions and 7 deletions
-1
View File
@@ -1,7 +1,6 @@
const getUuid = () =>
'xxxxxxxx4xxx'.replace(/[xy]/g, c => {
const r = (Math.random() * 16) | 0;
const v = c === 'x' ? r : (r & 0x3) | 0x8;
return v.toString(16);
});