Skip to content

Commit

Permalink
fix: prettier format code
Browse files Browse the repository at this point in the history
prettier format code
  • Loading branch information
zhangtengjin authored and wewoor committed Mar 11, 2021
1 parent 459d867 commit 4b14844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export function mergeFunctions(...funcs) {
}

export function randomId() {
return (Date.now() + Math.round(Math.random() * 1000));
}
return Date.now() + Math.round(Math.random() * 1000);
}

0 comments on commit 4b14844

Please sign in to comment.