Use spaces, run prettier on project
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function clamp(num: number, min: number, max: number) {
|
||||
return Math.min(Math.max(num, min), max);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user