Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Dec 13, 2023
1 parent 0bf89fa commit 0220c37
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ object ExprApi {
}
// Remove explicit :const and :line, it can be determined from implicit conversion
// and add visual clutter
rewritten
.toString
rewritten.toString
.replace(",:const", "")
.replace(",:line", "")
}
Expand Down

0 comments on commit 0220c37

Please sign in to comment.