Skip to content

Commit 0101e21

Browse files
committed
fixed css bugs
1 parent a0471ad commit 0101e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs/fs.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ func (fs *Fs) RecordBackupFilepath(start time.Time) string {
136136
//
137137
// The less function allows you to sort the records. Assume three record files:
138138
//
139-
// - timetrace/records/2021-05-01/08-00.json
140-
// - timetrace/records/2021-05-01/10-00.json
141-
// - timetrace/records/2021-05-01/11-30.json
139+
// - timetrace/records/2021-05-01/08-00.json
140+
// - timetrace/records/2021-05-01/10-00.json
141+
// - timetrace/records/2021-05-01/11-30.json
142142
//
143143
// The following call to RecordFilepaths will return the paths of those records
144144
// sorted from newest to oldest:

0 commit comments

Comments
 (0)