From 81af0347e9ac61a190d730cb9b6cd54fceb6d9a3 Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Thu, 9 Feb 2017 11:59:16 -0500 Subject: [PATCH] filestore util: change "???..." to "" License: MIT Signed-off-by: Kevin Atkinson --- filestore/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filestore/util.go b/filestore/util.go index 652dfa229..ef77b417a 100644 --- a/filestore/util.go +++ b/filestore/util.go @@ -59,7 +59,7 @@ type ListRes struct { func (r *ListRes) FormatLong() string { switch { case r.Key == nil: - return "?????????????????????????????????????????????????" + return "" case r.FilePath == "": return r.Key.String() default: