From 734154e9f61abf978c3e092478031fe908507664 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 23 Feb 2025 10:36:53 +0100 Subject: [PATCH] ref --- include/sp/protocol/Field.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sp/protocol/Field.h b/include/sp/protocol/Field.h index f0a05dd..7645546 100644 --- a/include/sp/protocol/Field.h +++ b/include/sp/protocol/Field.h @@ -114,6 +114,6 @@ template struct FieldsBuilder { using Type = sp::tuple_cat_t>, typename FieldsBuilder::Type>; }; -} // namespace details +} // namespace details } // namespace sp