From 76b8ec5fa4480afeb6b60042245fa62179f0813a Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 18 Aug 2024 17:19:25 -0700 Subject: [PATCH] oops --- .../main/native/include/photon/dataflow/structures/Packet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photon-targeting/src/main/native/include/photon/dataflow/structures/Packet.h b/photon-targeting/src/main/native/include/photon/dataflow/structures/Packet.h index e8bcfedd24..631762bc89 100644 --- a/photon-targeting/src/main/native/include/photon/dataflow/structures/Packet.h +++ b/photon-targeting/src/main/native/include/photon/dataflow/structures/Packet.h @@ -171,7 +171,7 @@ struct SerdeType> { static constexpr std::string_view GetSchema() { // TODO: this gets us the plain type name of T, but this is not schema JSON // compliant! - return "TODO[?]" + return "TODO[?]"; } }; @@ -200,7 +200,7 @@ struct SerdeType> { static constexpr std::string_view GetSchema() { // TODO: this gets us the plain type name of T, but this is not schema JSON // compliant! - return "TODO?" + return "TODO?"; } };