code formating

This commit is contained in:
gabime 2018-10-05 15:21:05 +03:00
parent dea6a7c217
commit 3eadda9466
1 changed files with 2 additions and 3 deletions

View File

@ -64,5 +64,4 @@ bool ends_with(std::string const &value, std::string const &ending)
return false;
}
return std::equal(ending.rbegin(), ending.rend(), value.rbegin());
}