Skip to content

Commit

Permalink
style(#331) - ktlintFormat 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 committed Apr 7, 2024
1 parent 9c53daf commit 36ff3ef
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,8 @@ class NodeView(
)
} else {
return (
x in (node.path.centerX - node.path.radius).toPx(context)..(node.path.centerX + node.path.radius).toPx(
context,
) &&
y in (node.path.centerY - node.path.radius).toPx(context)..(node.path.centerY + node.path.radius).toPx(
context,
)
x in (node.path.centerX - node.path.radius).toPx(context)..(node.path.centerX + node.path.radius).toPx(context) &&
y in (node.path.centerY - node.path.radius).toPx(context)..(node.path.centerY + node.path.radius).toPx(context)
)
}
}
Expand Down

0 comments on commit 36ff3ef

Please sign in to comment.