style: 移除无用导入和空行.

This commit is contained in:
2021-08-19 23:43:03 +08:00
parent f48cdaabe9
commit 389f23d6d5

View File

@ -1,7 +1,5 @@
package net.lamgc.oracle.sentry.script.groovy.trigger;
import groovy.lang.DelegatesTo;
/**
* @author LamGC
*/
@ -14,6 +12,4 @@ public interface GroovyTrigger {
*/
void run(Runnable task);
}