Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Oct 19, 2018
1 parent d35e296 commit 9f43902
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/log/file_appender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(){}

Expand Down

0 comments on commit 9f43902

Please sign in to comment.