Skip to content
Snippets Groups Projects
Commit 87b2ac0c authored by thodkatz's avatar thodkatz
Browse files

Trying to fix CI complaints

parent d78227c8
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include <cstdint> #include <cstdint>
#include <Message.hpp> #include <Message.hpp>
#include <iostream> // used only for the temporary `printUTCtime` function
/** /**
* The time and date provided from Real Time Clock(Real Time Clock) * The time and date provided from Real Time Clock(Real Time Clock)
...@@ -69,6 +68,8 @@ private: ...@@ -69,6 +68,8 @@ private:
public: public:
TimeHelper() = default;
/** /**
* Generate the CDS time format(3.3 in CCSDS 301.0-B-4 standard) * Generate the CDS time format(3.3 in CCSDS 301.0-B-4 standard)
* *
......
...@@ -20,4 +20,3 @@ struct TimeAndDate TimeManagementService::cdsTimeRequest(Message &message) { ...@@ -20,4 +20,3 @@ struct TimeAndDate TimeManagementService::cdsTimeRequest(Message &message) {
return timeInfo; return timeInfo;
} }
...@@ -61,4 +61,3 @@ TEST_CASE("Time format implementation", "[CUC]") { ...@@ -61,4 +61,3 @@ TEST_CASE("Time format implementation", "[CUC]") {
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment