Skip to content

Commit

Permalink
Minor comments fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Feb 12, 2020
1 parent 6a4a28d commit 0d8f0a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy
# you may remove this if you don't need go generate
# - go generate ./...
builds:
- id: skywire-visor
binary: skywire-visor
Expand Down
1 change: 0 additions & 1 deletion pkg/util/updater/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func (u *Updater) Update() (err error) {
}
}()

// Unreachable.
return nil
}

Expand Down

0 comments on commit 0d8f0a3

Please sign in to comment.