dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
679 stars 75 forks source link

Rename formatting variables for `--format` flag #123

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

I noticed that two formatting variables had a slighty different name than the struct fields. I thought it would be nice if those names were the same:

https://github.com/dominikbraun/timetrace/blob/b4b7c153e92cd869ac34e92fedc0d6a16460862c/core/timetrace.go#L18-L22

This PR fixes that.