Merge pull request #10359 from ethereum/extra-semi

Enable the -Wextra-semi warning
This commit is contained in:
Daniel Kirchner
2020-12-07 14:35:30 +01:00
committed by GitHub
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
return Step::invalidInCurrentEnvironment();
else
return std::nullopt;
};
}
};