Index: components/suggestions/BUILD.gn |
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn |
index e2bb9070f5a50012e28be708cc8140a28fc17813..58291765f4860dc76e827c1c4fc11738f6b6787b 100644 |
--- a/components/suggestions/BUILD.gn |
+++ b/components/suggestions/BUILD.gn |
@@ -34,12 +34,8 @@ static_library("suggestions") { |
] |
if (is_ios) { |
- sources += [ |
- "image_encoder_ios.mm", |
- ] |
+ sources += [ "image_encoder_ios.mm" ] |
} else { |
- sources += [ |
- "image_encoder.cc", |
- ] |
+ sources += [ "image_encoder.cc" ] |
} |
} |