From 6510e5775896343f0a69c47ad31c439c7310ff34 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 30 Dec 2016 15:26:05 +0800 Subject: fix gofmt error Signed-off-by: Bo-Yi Wu --- modules/lfs/content_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lfs') diff --git a/modules/lfs/content_store.go b/modules/lfs/content_store.go index 2ca44512f1..7a1f1b44b5 100644 --- a/modules/lfs/content_store.go +++ b/modules/lfs/content_store.go @@ -90,5 +90,5 @@ func transformKey(key string) string { return key } - return filepath.Join(key[0:2], key[2:4], key[4:len(key)]) + return filepath.Join(key[0:2], key[2:4], key[4:]) } -- cgit v1.2.3