From 916fa4212c6932e32070136284c60d1f1a169217 Mon Sep 17 00:00:00 2001 From: KsaNL <73447685+KsaNL@users.noreply.github.com> Date: Sat, 30 Jul 2022 17:46:49 +0800 Subject: [PATCH] Update single_include/nlohmann/json.hpp Co-authored-by: Florian Albrechtskirchinger --- single_include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 6bb45b5262..3826d27f76 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -4,7 +4,7 @@ // |_____|_____|_____|_|___| https://github.com/nlohmann/json // // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: MIT /****************************************************************************\ * Note on documentation: The source files contain links to the online *