code style fix

This commit is contained in:
Djairo Hougee 2024-05-05 23:27:30 +02:00
parent da20a2514c
commit f2b6286ecb
1 changed files with 8 additions and 9 deletions

View File

@ -27,7 +27,6 @@ void TimerCallbackCommand::Execute(vtkObject* caller, unsigned long eventId, voi
this->program->updateData(this->time); this->program->updateData(this->time);
} }
} }
void TimerCallbackCommand::setProgram(Program *program) { void TimerCallbackCommand::setProgram(Program *program) {