We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb3c0b commit 8bf6116Copy full SHA for 8bf6116
pkg/writer/writer.go
@@ -126,7 +126,7 @@ func buildWakaData(i []wakatime.StatsItem) []Data {
126
127
// MakeLastUpdatedOn returns a string with the last updated time
128
func MakeLastUpdatedOn(t string) string {
129
- return fmt.Sprintf("\n\n*⏳ Last updated on %s*", t)
+ return fmt.Sprintf("\n\n⏳ *Last updated on %s*", t)
130
}
131
132
// MakeCommitTimeOfDayList returns a list of commits made during different times of the day
0 commit comments