mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Update multipart.h
format
This commit is contained in:
parent
b89d13ac3b
commit
31160579ea
@ -86,7 +86,7 @@ namespace crow
|
||||
part get_part_by_name(const std::string& name)
|
||||
{
|
||||
mp_map::iterator result = part_map.find(name);
|
||||
if(result != part_map.end())
|
||||
if (result != part_map.end())
|
||||
return result->second;
|
||||
else
|
||||
return {};
|
||||
|
Loading…
Reference in New Issue
Block a user