Skip to content

Commit

Permalink
chore(spotless): Address spotless violations
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz committed Sep 17, 2024
1 parent 4c7b2ad commit ed0b6c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/com/noxcrew/smp/Expression.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class Expression internal constructor(
*/
internal val rpnSortedTokens: List<Token>,
) {

/**
* Returns a set of the names of all variables in this expression.
*
Expand Down

0 comments on commit ed0b6c2

Please sign in to comment.