mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Various code cleanups (#8889)
This commit is contained in:
@@ -342,7 +342,7 @@ func (bld *builder) swtch(stmt ast.Stmt, cases []ast.Stmt) {
|
||||
}
|
||||
}
|
||||
|
||||
parents := []*block{}
|
||||
var parents []*block
|
||||
if c.List != nil {
|
||||
parents = append(parents, list)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user