diff --git a/include/protocol/Protocol.h b/include/protocol/Protocol.h index 09cd713..d5f8186 100644 --- a/include/protocol/Protocol.h +++ b/include/protocol/Protocol.h @@ -573,5 +573,5 @@ public: virtual PacketType GetType() const { return PacketType::UpdateCastleLife; } }; -} -} \ No newline at end of file +} // namespace protocol +} // namespace td \ No newline at end of file