summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 128426d..2531e96 100644
--- a/structs.go
+++ b/structs.go
@@ -38,7 +38,7 @@ type RepoList struct {
hideFunction func(*RepoRow)
duration *gui.Node
- rows []*RepoRow
+ rows []*RepoRow
}
type RepoRow struct {