Skip to content

Commit 629ebaa

Browse files
authored
fix: 🐛 indentation in nearlyEqual (#202)
1 parent f7495ab commit 629ebaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utilities/orientation/nearlyEqual.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* the Creative Commons Attribution License (BY):
1010
* http://creativecommons.org/licenses/by/3.0/
1111
*
12-
* @param {Number} a
13-
* @param {Number} b
12+
* @param {Number} a
13+
* @param {Number} b
1414
* @param {Number} tolerance.
1515
* @return {Boolean} True if a and b are nearly equal.
1616
*/

0 commit comments

Comments
 (0)