소스 검색

删除多余空行

lighter 2 년 전
부모
커밋
17fbaa0000
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/thyyxxk/webserver/service/examinations/InspectionsService.java

+ 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;