chore: fix CS
diff --git a/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java b/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
index 5529485..3cb34c2 100644
--- a/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
+++ b/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
@@ -39,10 +39,10 @@
 
 @Component("knative")
 public class KnativeComponent extends DefaultComponent {
-    private static final Logger LOGGER = LoggerFactory.getLogger(KnativeComponent.class);
-
     public static final String CONFIGURATION_ENV_VARIABLE = "CAMEL_KNATIVE_CONFIGURATION";
 
+    private static final Logger LOGGER = LoggerFactory.getLogger(KnativeComponent.class);
+
     private KnativeConfiguration configuration;
     private String environmentPath;