Skip to content

Commit

Permalink
internal/scan: remove extra dot in a comment
Browse files Browse the repository at this point in the history
Change-Id: I70cf7c23106578e40c3e344d21f5bf55869e219f
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/559538
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Maceo Thompson <maceothompson@google.com>
  • Loading branch information
zpavlinovic committed Feb 5, 2024
1 parent 1c2c5f6 commit c28edb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scan/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (h *TextHandler) Config(config *govulncheck.Config) error {
return h.err
}

// Progress writes progress updates during govulncheck execution..
// Progress writes progress updates during govulncheck execution.
func (h *TextHandler) Progress(progress *govulncheck.Progress) error {
h.print(progress.Message, "\n\n")
return h.err
Expand Down

0 comments on commit c28edb3

Please sign in to comment.