Formatting.

This commit is contained in:
tastytea 2019-12-25 07:08:41 +01:00
parent 1bbebe2977
commit d9b8b4407f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ void Config::parse()
if (!_json[_profile]["max_size"].isNull()) if (!_json[_profile]["max_size"].isNull())
{ {
data.max_size = data.max_size =
static_cast<uint32_t>(_json[_profile]["max_size"].asUInt64()); static_cast<uint32_t>(_json[_profile]["max_size"].asUInt64());
} }
for (const auto &skip : _json[_profile]["skip"]) for (const auto &skip : _json[_profile]["skip"])
{ {