Index: components/suggestions/proto/BUILD.gn |
diff --git a/components/suggestions/proto/BUILD.gn b/components/suggestions/proto/BUILD.gn |
index 1a6018b749426b1a12964b0835b53b412a84f222..be69afc029854bdab0b1585c065a95b1f96e5a54 100644 |
--- a/components/suggestions/proto/BUILD.gn |
+++ b/components/suggestions/proto/BUILD.gn |
@@ -5,5 +5,7 @@ |
import("//third_party/protobuf/proto_library.gni") |
proto_library("proto") { |
- sources = [ "suggestions.proto" ] |
+ sources = [ |
+ "suggestions.proto", |
+ ] |
} |