Skip to content
Snippets Groups Projects
Commit 73467891 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add missing space in overload printing

parent 2e157e5b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -41,7 +41,7 @@ public:
std::cout << ",";
 
if ( std::get < 1 > ( parameter ).count ( abstraction::ParamQualifiers::ParamQualifier::CONST ) )
std::cout << " const";
std::cout << " const ";
else
std::cout << " ";
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment