code style fix: use curly brackets instead of round brackets

pull/3389/head
Tihran Katolikian 4 months ago
parent aec48676fa
commit d0096226ee

@ -45,7 +45,7 @@ public:
bool use_message_level_for_notification = false)
: max_skip_duration_{max_skip_duration},
log_level_{notification_level},
use_message_level_for_notification_(use_message_level_for_notification) {}
use_message_level_for_notification_{use_message_level_for_notification} {}
protected:
std::chrono::microseconds max_skip_duration_;

Loading…
Cancel
Save