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