Remove syntax error am: 7e048edfbb am: 00254df04f am: 5b2052b6f2 am: 3d52b3211a am: 99d7bd2762

Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1430008

Change-Id: Ibbd6bd10ba3d8e86a8b59b8fee0058f59bacc511
diff --git a/payload_consumer/partition_update_generator_stub.cc b/payload_consumer/partition_update_generator_stub.cc
index 8f73fbb..cfbd5e1 100644
--- a/payload_consumer/partition_update_generator_stub.cc
+++ b/payload_consumer/partition_update_generator_stub.cc
@@ -30,7 +30,7 @@
 
 namespace partition_update_generator {
 std::unique_ptr<PartitionUpdateGeneratorInterface> Create(
-    BootControlInterface* boot_control, size_t block_size)) {
+    BootControlInterface* boot_control, size_t block_size) {
   return std::make_unique<PartitionUpdateGeneratorStub>();
 }
 }  // namespace partition_update_generator