remove newline
fsfw/fsfw/pipeline/pr-development Build queued... Details
fsfw/fsfw/pipeline/head This commit looks good Details

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
1 changed files with 1 additions and 2 deletions

View File

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