1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

remove trailing whitespace

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-03-02 10:10:04 -08:00
parent aa6db5dde3
commit 64c6943ae2

View File

@ -47,7 +47,7 @@ vendor: godep
install: build
cd cmd/ipfs && go install -ldflags=$(ldflags)
build: deps
build: deps
cd cmd/ipfs && go build -i -ldflags=$(ldflags)
nofuse: deps