Skip to content

Commit

Permalink
Style fixed in test app
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 22, 2024
1 parent d56a051 commit b9001ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mirrord/layer/tests/apps/open_go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ func main() {
if err != nil {
panic(err)
}

defer func() {
fd.Close()
}()
fd.Close()
}

0 comments on commit b9001ef

Please sign in to comment.