Revert the behavior of taze --update_comments.

PiperOrigin-RevId: 281364300
diff --git a/ts_auto_deps/updater/updater.go b/ts_auto_deps/updater/updater.go
index d3ecc68..f606e5b 100644
--- a/ts_auto_deps/updater/updater.go
+++ b/ts_auto_deps/updater/updater.go
@@ -623,6 +623,7 @@
 }
 
 func (upd *Updater) addSourcesToBUILD(ctx context.Context, path string, buildFilePath string, bld *build.File, srcs srcSet) (bool, error) {
+
 	platform.Infof("Updating sources")
 	if len(srcs) == 0 && len(allTSRules(bld)) == 0 {
 		// No TypeScript rules/sources, no need to update anything