Remove empty lines

This commit is contained in:
abitmore 2018-10-19 15:48:36 +00:00
parent d35e296d29
commit 9f43902b2c

View file

@ -144,9 +144,7 @@ namespace fc {
file_appender::file_appender( const variant& args ) :
my( new impl( args.as<config>( FC_MAX_LOG_OBJECT_DEPTH ) ) )
{
}
{}
file_appender::~file_appender(){}