adshares / ads

ADS Blockchain
Other
21 stars 4 forks source link

Fix sonar code smell - missing break #138

Closed PawelPodkalicki closed 6 years ago

PawelPodkalicki commented 6 years ago

It is not an error, because it is last case before default case. But it is recognized as code smell by sonarcloud (https://sonarcloud.io/project/issues?id=adshares-ads&open=AWRzvO9kI66nRh8YG8DH&resolved=false&severities=BLOCKER&types=CODE_SMELL) and can be source of bug in the future.