You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could also just search for a trailing comma using the checker.tokens or the SimpleLexer. It might also be worth to see if there's an existing helper method for removing an argument
This happens because the fix is a simple range deletion:
Perhaps it should instead replace
arguments.range
with()
?The text was updated successfully, but these errors were encountered: