Spacing
This commit is contained in:
parent
c33144552a
commit
0f004b8601
|
@ -47,7 +47,6 @@ struct Exception
|
|||
Type type;
|
||||
std::string msg;
|
||||
|
||||
|
||||
Exception(Type type, const char *format, ...)
|
||||
: type(type)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue