Skip to content

Commit

Permalink
Reformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
thetabotmaintainer[bot] committed Nov 15, 2023
1 parent f2100ee commit 1008f67
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class UnusedVarPass(val parseContext: ParseContext, val uniqueWarningLogger: Log
uniqueWarningLogger.write(Logger.Level.INFO,
"WARNING: There are some used variables not present as declarations: " +
"${
usedVars.filter {
!varsAndParams.contains(it)
}
usedVars.filter {
!varsAndParams.contains(it)
}
}\n")
}

Expand Down

0 comments on commit 1008f67

Please sign in to comment.