lighter 2 лет назад
Родитель
Сommit
17fbaa0000

+ 0 - 1
src/main/java/thyyxxk/webserver/service/examinations/InspectionsService.java

@@ -45,7 +45,6 @@ public class InspectionsService {
     @Value("${thmz-api-url}")
     private String thmzApiUrl;
 
-
     @Autowired
     public InspectionsService(AdiconDao dao, ThmzSystem thmz) {
         this.dao = dao;