Skip to content

Commit 8bf6116

Browse files
committed
fix typo
1 parent bcb3c0b commit 8bf6116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/writer/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func buildWakaData(i []wakatime.StatsItem) []Data {
126126

127127
// MakeLastUpdatedOn returns a string with the last updated time
128128
func MakeLastUpdatedOn(t string) string {
129-
return fmt.Sprintf("\n\n*⏳ Last updated on %s*", t)
129+
return fmt.Sprintf("\n\n⏳ *Last updated on %s*", t)
130130
}
131131

132132
// MakeCommitTimeOfDayList returns a list of commits made during different times of the day

0 commit comments

Comments
 (0)