@cryptotaxi247 / kubo / commits / 64c6943ae

remove trailing whitespace

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Mar 2, 2016 at 10:10 UTC 64c6943ae23bfa6df84c35be6ec3c030fd764e36
1 file changed +1 -1
Makefile
+1 -1
@@ -47,7 +47,7 @@ vendor: godep
47 install: build
48 cd cmd/ipfs && go install -ldflags=$(ldflags)
49
50 -build: deps
50 +build: deps
51 cd cmd/ipfs && go build -i -ldflags=$(ldflags)
52
53 nofuse: deps