Skip to content

Commit

Permalink
docs(contracts): OZ-N06 Inconsistent Coding Style (#874)
Browse files Browse the repository at this point in the history
Co-authored-by: zimpha <zimpha@users.noreply.github.com>
  • Loading branch information
zimpha and zimpha authored Aug 25, 2023
1 parent 7d50699 commit 102d29c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

var tag = "v4.1.109"
var tag = "v4.1.110"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down
2 changes: 0 additions & 2 deletions contracts/src/L1/gateways/L1ERC20Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import {ScrollConstants} from "../../libraries/constants/ScrollConstants.sol";
import {ScrollGatewayBase} from "../../libraries/gateway/ScrollGatewayBase.sol";
import {IMessageDropCallback} from "../../libraries/callbacks/IMessageDropCallback.sol";

// solhint-disable no-empty-blocks

abstract contract L1ERC20Gateway is IL1ERC20Gateway, IMessageDropCallback, ScrollGatewayBase {
using SafeERC20Upgradeable for IERC20Upgradeable;

Expand Down
2 changes: 0 additions & 2 deletions contracts/src/L2/gateways/L2ERC20Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {IL2ERC20Gateway} from "./IL2ERC20Gateway.sol";

import {ScrollGatewayBase} from "../../libraries/gateway/ScrollGatewayBase.sol";

// solhint-disable no-empty-blocks

abstract contract L2ERC20Gateway is ScrollGatewayBase, IL2ERC20Gateway {
/*************
* Variables *
Expand Down

0 comments on commit 102d29c

Please sign in to comment.