Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.07k stars 118 forks source link

List modifiers in describe command #133

Closed maurelian closed 4 years ago

maurelian commented 4 years ago

This is a simple change to add a list of modifiers, when present, on a new line.

If desired, we could add a flag to make this behavior optional.

Example:

Pool (Initializable, ReentrancyGuard)

GNSPS commented 4 years ago

This diff looks super strange but I think I can see the changes regardless of what changes it claims you made.

I am going to do three changes, after you give your ok:

maurelian commented 4 years ago

Whoa... no, something went wrong. The diff should be tiny. Don't spend any time on this right now.

maurelian commented 4 years ago

Fixed it. Some stupid vscode setting was changing the indentation.

GNSPS commented 4 years ago

Thank you! 🙏