Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 11, 2020
1 parent 24b6b22 commit 6030673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func colorscheme(filename string) {
for _, v := range colorschemes {
if v != "hardcoreplayers/oceanic-material(support by default)" {
wg.Add(1)
repo := fmt.Sprintf("- { repo: %s }", v)
repo := fmt.Sprintf("- { repo: %s }\n", v)
go func(wg *sync.WaitGroup) {
var mu sync.RWMutex
mu.RLock()
Expand Down

0 comments on commit 6030673

Please sign in to comment.