Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed Mar 4, 2024
1 parent 93a984d commit e30cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-bindings/ast/canonicalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func CanonicalizeASTIDs(in *solc.StorageLayout, monorepoBase string) *solc.Stora
continue
}

// The storage types include the size when its a fixed size.
// The storage types include the size when it's a fixed size.
// This is subject to breaking in the future if a type with
// an ast id is added in a fixed storage type. We don't want
// to skip a type with `_storage` in it if it has a subtype
Expand Down

0 comments on commit e30cf2c

Please sign in to comment.