whitespace

This commit is contained in:
Robin Müller 2021-01-03 01:39:06 +01:00
parent 0e2875b22d
commit 5c42888f10
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ ServiceInterfaceBuffer::ServiceInterfaceBuffer(std::string setMessage,
colorPrefix = fsfw::ANSI_COLOR_RED;
}
#endif
preamble.reserve(MAX_PREAMBLE_SIZE);
preamble.resize(MAX_PREAMBLE_SIZE);
}