commit | 7e048edfbb8b662ccfe3a04211181fd3d11b2adb | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Thu Sep 17 07:09:05 2020 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Thu Sep 17 07:09:05 2020 -0700 |
tree | 34fa413ce4f76e2085dd6eb4a85d1cf8f95fddf5 | |
parent | 9956320ffa4edb340d20bd7f3c852a9e87437bd3 [diff] |
Remove syntax error Test: TreeHugger Change-Id: I17e14c42a58748a4d4d40ce3b3d82b714f793f7d
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