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
Expected indentation of 12 spaces, but found 13 [indent]
If you remove a space from before the first bracket, it replaces 13 with 11 in the error message. Seems to be an issue with any function that has multiple return values.
The text was updated successfully, but these errors were encountered:
Thanks @chrisaxiom, this looks like a bug indeed. I think declaring variables in a tuple assignment is a feature of the last solidity version, so maybe we don't have tests for that yet.
I have a particular line in our contract that is unable to pass the linters indentation rules:
Error:
If you remove a space from before the first bracket, it replaces 13 with 11 in the error message. Seems to be an issue with any function that has multiple return values.
The text was updated successfully, but these errors were encountered: