Fixed formatting
This commit is contained in:
@@ -130,8 +130,7 @@ public:
|
||||
|
||||
void pop_back()
|
||||
{
|
||||
if (!path_.empty())
|
||||
{
|
||||
if (!path_.empty()) {
|
||||
path_.pop_back();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -162,8 +162,7 @@ template <>
|
||||
bool starts_with(
|
||||
const std::filesystem::path &path, const std::filesystem::path &prefix);
|
||||
|
||||
template <>
|
||||
bool starts_with(const std::string &s, const std::string &prefix);
|
||||
template <> bool starts_with(const std::string &s, const std::string &prefix);
|
||||
|
||||
template <typename T> bool ends_with(const T &value, const T &suffix);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user