Skip to content

Commit f556aff

Browse files
committed
run gofmt on changes
1 parent bcbda90 commit f556aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/lib/search.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func versionsFromSearchedLibrary(library *rpc.SearchedLibrary) []*semver.Version
203203
}
204204

205205
// indexNeedsUpdating returns whether library_index.json need updating.
206-
// A positive duration string must be provided to calculate the time threshold
206+
// A positive duration string must be provided to calculate the time threshold
207207
// used to update the index.
208208
// Valid duration units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
209209
// Use a duration of 0 to always update the index.

0 commit comments

Comments
 (0)