Skip to content

Commit

Permalink
Add white space to keep you-know-who happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjatlanta committed Sep 3, 2018
1 parent 5f34955 commit f7d3747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ void application_impl::startup()
_force_validate = true;
}

if (_options->count("enable-subscribe-to-all"))
_app_options.enable_subscribe_to_all = _options->at("enable-subscribe-to-all").as<bool>();
if ( _options->count("enable-subscribe-to-all") )
_app_options.enable_subscribe_to_all = _options->at( "enable-subscribe-to-all" ).as<bool>();

if( _active_plugins.find( "market_history" ) != _active_plugins.end() )
_app_options.has_market_history_plugin = true;
Expand Down

0 comments on commit f7d3747

Please sign in to comment.