Fixing formatting.

This commit is contained in:
Colin LeMahieu 2023-05-15 13:54:01 +01:00
commit b91ff4bb4f
No known key found for this signature in database
GPG key ID: 43708520C8DFB938

View file

@ -1011,7 +1011,7 @@ void nano::json_handler::accounts_frontiers ()
errors.put (account_from_request.second.data (), ec.message ());
ec = {};
}
if (!frontiers.empty())
if (!frontiers.empty ())
{
response_l.add_child ("frontiers", frontiers);
}