mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
style
This commit is contained in:
@@ -36,6 +36,7 @@ int toml_node::getNum(void) const
|
|||||||
{
|
{
|
||||||
return (value.integer);
|
return (value.integer);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool toml_node::getBool(void) const
|
bool toml_node::getBool(void) const
|
||||||
{
|
{
|
||||||
return (value.boolean);
|
return (value.boolean);
|
||||||
|
|||||||
Reference in New Issue
Block a user