From ad662d15bcd98a1c7eed71ca0b590aba75e56c18 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 2 May 2022 07:10:03 +0200 Subject: [PATCH] :art: fix indendation --- single_include/nlohmann/json.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index a59e6448b..0c4ff8a0b 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -16376,6 +16376,7 @@ class binary_writer case input_format_t::bson: case input_format_t::json: case input_format_t::ubjson: + case input_format_t::bjdata: default: break; // LCOV_EXCL_STOP