aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user_ls.go
diff options
context:
space:
mode:
authorvince <vincetiu8@gmail.com>2020-06-24 14:34:36 +0800
committervince <vincetiu8@gmail.com>2020-06-24 14:34:36 +0800
commitebd1030cdefb0fb1b65af4e856a9e62cba713ed6 (patch)
tree2119fbb2b68caac14d3c5125a7d0dfd30f4e31f2 /commands/user_ls.go
parent8eb004b405c4578b64fbb905b217b887b48ea800 (diff)
downloadgit-bug-ebd1030cdefb0fb1b65af4e856a9e62cba713ed6.tar.gz
Fix bugs
This fixes some bugs experienced when using the new formatting options: - org-mode indents not working properly - print statements missing contents
Diffstat (limited to 'commands/user_ls.go')
-rw-r--r--commands/user_ls.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/user_ls.go b/commands/user_ls.go
index 69286172..b0ebfdd5 100644
--- a/commands/user_ls.go
+++ b/commands/user_ls.go
@@ -78,8 +78,8 @@ func NewJSONIdentity(id interface{}) (JSONIdentity, error) {
case cache.LegacyAuthorExcerpt:
i := id.(cache.LegacyAuthorExcerpt)
return JSONIdentity{
- nil,
- nil,
+ "",
+ "",
i.Name,
i.Login,
}, nil