From de8c3ad6036f2d6d0427bc16e80a700153db9094 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 25 Jul 2024 10:27:25 -0500 Subject: [PATCH] fix --- repertory/librepertory/include/types/s3.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/repertory/librepertory/include/types/s3.hpp b/repertory/librepertory/include/types/s3.hpp index f72ffb7e..ef10eab3 100644 --- a/repertory/librepertory/include/types/s3.hpp +++ b/repertory/librepertory/include/types/s3.hpp @@ -85,8 +85,6 @@ struct head_object_result { return *this; } }; - } // namespace repertory -#endif #endif // INCLUDE_TYPES_S3_HPP_