Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Gofmt fix
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Nov 10, 2017
1 parent 095cfad commit 7e95a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imgsum/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type JsonInput struct {
var wg sync.WaitGroup
var Version = "No version specified(probably trunk build)"


func calculate(file string) error {
i, err := image.NewImage(file)
if err != nil {
Expand Down

0 comments on commit 7e95a0b

Please sign in to comment.