mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
style..
This commit is contained in:
@@ -25,7 +25,7 @@ namespace config
|
|||||||
{
|
{
|
||||||
void display(TOMLMap *config)
|
void display(TOMLMap *config)
|
||||||
{
|
{
|
||||||
std::cout << "printing config:" << std::endl;
|
std::cout << ">>> printing config: <<<" << std::endl;
|
||||||
|
|
||||||
TOMLMap::iterator it;
|
TOMLMap::iterator it;
|
||||||
for (it = config->begin(); it != config->end(); ++it)
|
for (it = config->begin(); it != config->end(); ++it)
|
||||||
|
|||||||
Reference in New Issue
Block a user