Skip to content

Commit 5c368f8

Browse files
committed
Fix indentation
1 parent 8534dc9 commit 5c368f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import (
2222
func main() {
2323
rataDie := greg.ToRD(1995, time.December, 17)
2424
fmt.Println(rataDie)
25-
// Output: 728644
25+
// Output: 728644
2626
}
2727
```

0 commit comments

Comments
 (0)