hw 02 template checkstyle fix

This commit is contained in:
stvort
2023-10-09 20:02:27 +04:00
parent 5a92045c7b
commit 5cf38b9b8d
@@ -9,6 +9,7 @@ import ru.otus.hw.domain.TestResult;
public class TestServiceImpl implements TestService {
private final IOService ioService;
private final QuestionDao questionDao;
@Override