We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e597746 commit a6debddCopy full SHA for a6debdd
internal/librarian/golang/tidy.go
@@ -24,7 +24,7 @@ func Tidy(library *config.Library) *config.Library {
24
if library.Name == rootModule {
25
return library
26
}
27
- // TODO(https://github.com/googleapis/librarian/issues/4692), refactor
+ // TODO(https://github.com/googleapis/librarian/issues/4692), Refactor
28
// how to tidy output for abs path.
29
if library.Output == library.Name {
30
library.Output = ""
0 commit comments