internal change

PiperOrigin-RevId: 258103394
diff --git a/ts_auto_deps/proto/analyze_result.proto b/ts_auto_deps/proto/analyze_result.proto
index e81d51b..49ee500 100644
--- a/ts_auto_deps/proto/analyze_result.proto
+++ b/ts_auto_deps/proto/analyze_result.proto
@@ -27,7 +27,7 @@
   // dependencies is populated in dependency field, and both import_path's are
   // listed here.
   repeated string import_path = 3;
-};
+}
 
 // Represents information about arbitrary non-deps attributes.
 message AttributeReport {
@@ -88,8 +88,8 @@
   repeated string feedback = 6;
 
   // Indicates whether the dependency analysis completed without errors.
-  optional bool successful = 10 [default=true];
-};
+  optional bool successful = 10 [default = true];
+}
 
 // Aggregate DependencyReports for multiple analysis
 // targets - used to support bazel analyze --analysis_output=proto