Reformatted

This commit is contained in:
Alejandro Saucedo 2020-10-18 21:30:43 +01:00
parent 06917b836b
commit 267f92763e
6 changed files with 31 additions and 30 deletions

View file

@ -76,7 +76,8 @@ Sequence::begin()
}
if (this->isRunning()) {
SPDLOG_WARN("Kompute Sequence begin called when sequence still running");
SPDLOG_WARN(
"Kompute Sequence begin called when sequence still running");
return false;
}