mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-01 02:42:41 +08:00
code formating
This commit is contained in:
parent
dea6a7c217
commit
3eadda9466
@ -64,5 +64,4 @@ bool ends_with(std::string const &value, std::string const &ending)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return std::equal(ending.rbegin(), ending.rend(), value.rbegin());
|
return std::equal(ending.rbegin(), ending.rend(), value.rbegin());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user