diff --git a/extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations/Experimental.kt b/extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations/Experimental.kt index 1a38bb13b99..42a5980d6ba 100644 --- a/extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations/Experimental.kt +++ b/extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations/Experimental.kt @@ -15,5 +15,4 @@ package org.pytorch.executorch.annotations * This status is not permanent, and APIs marked with this annotation will need to be either made * more robust or removed in the future. */ -@Retention(AnnotationRetention.BINARY) -annotation class Experimental +@Retention(AnnotationRetention.BINARY) annotation class Experimental