Bläddra i källkod

删除多余空行

lighter 2 år sedan
förälder
incheckning
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;