Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da3d2e01 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add two missing newlines." into main

parents 2aacbf05 0659e95b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2091,7 +2091,7 @@ std::string FakeVehicleHardware::dumpSetMinMaxValue(const std::vector<std::strin
    }

    triggerSupportedValueChange(propId, areaId);
    return StringPrintf("Min/Max supported value for propId: %s, areaId: %s set",
    return StringPrintf("Min/Max supported value for propId: %s, areaId: %s set\n",
                        maybeInfo->propIdStr.c_str(), maybeInfo->propIdStr.c_str());
}

@@ -2135,7 +2135,7 @@ std::string FakeVehicleHardware::dumpSetSupportedValues(const std::vector<std::s
                *maybeSupportedValues;
    }
    triggerSupportedValueChange(maybeInfo->propId, maybeInfo->areaId);
    return StringPrintf("Supported values list for propId: %s, areaId: %s set",
    return StringPrintf("Supported values list for propId: %s, areaId: %s set\n",
                        maybeInfo->propIdStr.c_str(), maybeInfo->propIdStr.c_str());
}