mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
clang-format core/utils/math.js
This commit is contained in:
@@ -56,4 +56,8 @@ const clamp = function(lowerBound, number, upperBound) {
|
||||
return Math.max(lowerBound, Math.min(number, upperBound));
|
||||
};
|
||||
|
||||
exports = {toRadians, toDegrees, clamp};
|
||||
exports = {
|
||||
toRadians,
|
||||
toDegrees,
|
||||
clamp
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user