Skip to content

Commit

Permalink
[CI] Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent 44770a5 commit 1276d1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const result = moveCoordinatesRight2Px(4, 8);

Implement the `scale2d` function that returns a function making use of a closure to perform a repeatable 2d scale of a coordinate pair.

> In geometry, uniform [scaling][wiki-scale] refers to enlarging or shrinking vectors or shapes in the same direction.
> In geometry, uniform [scaling][wiki-scale] refers to enlarging or shrinking vectors or shapes in the same direction.
> It can be interpreted as multiplying every point by a constant (scaling factor).
>
>
> For this exercise, assume only positive scaling values.
```javascript
Expand Down

0 comments on commit 1276d1b

Please sign in to comment.