circlefin/stablecoin-evm

remove empty Controller constructor

eztierney opened this issue · 1 comments

Controller explicitly defines an empty constructor, which, according to the Solidity docs, is exactly what the contract would assume if this piece of code was absent. Consider removing the empty constructor for clarity.