Merge "init: Amend code format for DoLoadApex"

This commit is contained in:
Treehugger Robot 2022-11-02 07:48:23 +00:00 committed by Gerrit Code Review
commit 3b88013a8c

View file

@ -513,7 +513,7 @@ static Result<void> UpdateApexLinkerConfig(const std::string& apex_name) {
}
static Result<void> DoLoadApex(const std::string& apex_name) {
if(auto result = ParseApexConfigs(apex_name); !result.ok()) {
if (auto result = ParseApexConfigs(apex_name); !result.ok()) {
return result.error();
}