Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed May 18, 2021
1 parent e4d72b1 commit 94882c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/PKGBUILD_template.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/runConfigurations/heksa.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/reader/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
type ReaderColors struct {
LineOdd string // background color
LineEven string // background color
Offset string
Splitter string
Offset string // Color of offset
Splitter string // Color of splitter character
}

type Reader struct {
Expand Down

0 comments on commit 94882c1

Please sign in to comment.