summaryrefslogtreecommitdiffstats
path: root/container-onnxruntime
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-02 14:19:53 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-02 14:46:10 +0000
commit2da7298a3b98f34a61fed78e283c79d12676803e (patch)
tree78390898ce16392be8a78c9ccdb58e8bf76bc8f1 /container-onnxruntime
parent458ffb4cccf35bc2670ba025fbe4bae2d4545b51 (diff)
fix whitespace
Diffstat (limited to 'container-onnxruntime')
-rw-r--r--container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java b/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java
index 6995c28b124..f43f00990ad 100644
--- a/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java
+++ b/container-onnxruntime/src/main/java/ai/vespa/onnxruntime/OnnxBundleActivator.java
@@ -1,4 +1,5 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
package ai.vespa.onnxruntime;
import org.osgi.framework.BundleActivator;