Fix indentation.

This commit is contained in:
Martin Etmajer
2018-09-20 21:50:06 +02:00
committed by Martin Etmajer
parent f0ef879cb4
commit 62ee720ccd

View File

@@ -8,7 +8,7 @@ LICENSE := MIT
VERSION := $(shell cat ./VERSION)
GOBUILD := go build -ldflags "-X main.version=$(VERSION)"
GOPKGS := $(shell go list ./... | grep -v /vendor)
GOPKGS := $(shell go list ./... | grep -v /vendor)
.PHONY: all