Skip to content

Commit 424e43b

Browse files
committed
Fix formatting
1 parent f33d5b3 commit 424e43b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/utils/getPosition.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function (e, target, node, place, desiredPlace, effect, offset) {
5353
}
5454

5555
//
56-
// Functions to test whether the tooltip's sides are inside
56+
// Functions to test whether the tooltip's sides are inside
5757
// the client window for a given orientation p
5858
//
5959
// _____________
@@ -93,9 +93,8 @@ export default function (e, target, node, place, desiredPlace, effect, offset) {
9393
isNewState = true
9494
newPlace = insideList[0]
9595
}
96-
97-
if (isNewState)
98-
{
96+
97+
if (isNewState) {
9998
return {
10099
isNewState: true,
101100
newState: {place: newPlace}

0 commit comments

Comments
 (0)