Skip to content

Commit

Permalink
changed hidden to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Mar 14, 2024
1 parent a5155e2 commit 3600a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/vec2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* A 2-dimensional vector.
*

Check failure on line 5 in src/lib/vec2.js

View workflow job for this annotation

GitHub Actions / Lint

Trailing spaces not allowed
* @hidden
* @ignore
*/
class Vec2 {
/**
Expand Down

0 comments on commit 3600a3e

Please sign in to comment.