fix devider

This commit is contained in:
chatlanin
2025-01-31 14:39:12 +03:00
parent 159dfed234
commit 78ddb76a49

View File

@@ -15,7 +15,7 @@ namespace hack
class log
{
public:
log(std::string devider_ = ", ", std::experimental::source_location location_ = std::experimental::source_location::current()) : location { location_ }
log(std::string devider_ = " ", std::experimental::source_location location_ = std::experimental::source_location::current()) : location { location_ }
{
this->devider = devider_;
}