Skip to content

Commit a6debdd

Browse files
committed
review
1 parent e597746 commit a6debdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/golang/tidy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Tidy(library *config.Library) *config.Library {
2424
if library.Name == rootModule {
2525
return library
2626
}
27-
// TODO(https://github.com/googleapis/librarian/issues/4692), refactor
27+
// TODO(https://github.com/googleapis/librarian/issues/4692), Refactor
2828
// how to tidy output for abs path.
2929
if library.Output == library.Name {
3030
library.Output = ""

0 commit comments

Comments
 (0)