mirror of
https://github.com/restic/restic.git
synced 2025-12-24 00:29:39 -05:00
build.go: gofmt
This commit is contained in:
parent
c9400d5c61
commit
983e509388
1 changed files with 2 additions and 2 deletions
4
build.go
4
build.go
|
|
@ -283,10 +283,10 @@ func main() {
|
||||||
|
|
||||||
skipNext := false
|
skipNext := false
|
||||||
params := os.Args[1:]
|
params := os.Args[1:]
|
||||||
|
|
||||||
targetGOOS := runtime.GOOS
|
targetGOOS := runtime.GOOS
|
||||||
targetGOARCH := runtime.GOARCH
|
targetGOARCH := runtime.GOARCH
|
||||||
|
|
||||||
for i, arg := range params {
|
for i, arg := range params {
|
||||||
if skipNext {
|
if skipNext {
|
||||||
skipNext = false
|
skipNext = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue