Merge "init: Amend code format for DoLoadApex"
This commit is contained in:
commit
3b88013a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue