remove newline

This commit is contained in:
Robin Müller 2022-08-30 16:04:20 +02:00
parent 8d1777fa0c
commit 20f0707813
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) {