From 1e032ba70e47692b7ea46eaee1dcdb76f7d327ff Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Mon, 22 Apr 2024 15:43:12 +0200 Subject: [PATCH] formatting --- include/fdeep/import_model.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fdeep/import_model.hpp b/include/fdeep/import_model.hpp index a6926741..0293a3d4 100644 --- a/include/fdeep/import_model.hpp +++ b/include/fdeep/import_model.hpp @@ -169,7 +169,7 @@ namespace internal { fplus::nothing(), fplus::nothing()); // Is never called } - + inline tensor_shape_variable create_tensor_shape_variable(const nlohmann::json& data) { return create_tensor_shape_variable_offset(data, 0);