diff --git a/annotation-processor/src/main/java/com/velocitypowered/annotationprocessor/AnnotationProcessorConstants.java b/annotation-processor/src/main/java/com/velocitypowered/annotationprocessor/AnnotationProcessorConstants.java index a204498f2..217da0a56 100644 --- a/annotation-processor/src/main/java/com/velocitypowered/annotationprocessor/AnnotationProcessorConstants.java +++ b/annotation-processor/src/main/java/com/velocitypowered/annotationprocessor/AnnotationProcessorConstants.java @@ -22,5 +22,5 @@ class AnnotationProcessorConstants { static final String PLUGIN_ANNOTATION_CLASS = "com.velocitypowered.api.plugin.Plugin"; static final String SUBSCRIBE_ANNOTATION_CLASS = "com.velocitypowered.api.event.Subscribe"; static final String EVENTTASK_CLASS = "com.velocitypowered.api.event.EventTask"; - static final String EVENT_INTERFACE= "com.velocitypowered.api.event.Event"; + static final String EVENT_INTERFACE = "com.velocitypowered.api.event.Event"; }