remove newline
Some checks are pending
fsfw/fsfw/pipeline/pr-development Build queued...
fsfw/fsfw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-08-30 16:04:20 +02:00
parent fcdb90ff0a
commit 5ff28ff562
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -26,7 +26,6 @@ union DataUnion {
struct DataWrapper {
DataWrapper() = default;
DataWrapper(const uint8_t* data, size_t size): type(DataTypes::RAW) {