l2geth: small style fix to the state manager precompile
Updates the style to encapsulate the `err` so that it doesn't need to reassign `err` and can instead keep the `err` in its own scope.
Showing
Please register or sign in to comment
Updates the style to encapsulate the `err` so that it doesn't need to reassign `err` and can instead keep the `err` in its own scope.