Skip to content

Commit b5fa5cd

Browse files
committed
chore: run gofmt -s
1 parent ea64165 commit b5fa5cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func Main() {
5959

6060
if colors {
6161
chigo.PrintWithColors(textNoNewline)
62-
return
62+
return
6363
}
6464

6565
fmt.Println(textNoNewline)

example/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func sayHi() {
2424

2525
func printTonsOfText() {
2626
for i := 0; i < 10; i++ {
27-
fmt.Println(lorelai.Paragraph())
27+
fmt.Println(lorelai.Paragraph())
2828
}
2929
}
3030

0 commit comments

Comments
 (0)