From d9b8b4407f7a9fc4a73c2f9f20b5ccf15563a7e6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 25 Dec 2019 07:08:41 +0100 Subject: [PATCH] Formatting. --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index 1cd112b..afdfbbf 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -235,7 +235,7 @@ void Config::parse() if (!_json[_profile]["max_size"].isNull()) { data.max_size = - static_cast(_json[_profile]["max_size"].asUInt64()); + static_cast(_json[_profile]["max_size"].asUInt64()); } for (const auto &skip : _json[_profile]["skip"]) {