Skip to content

Commit b4d62ed

Browse files
authored
Collapse Experimental.kt annotation onto a single line to satisfy linter
Differential Revision: D106430647 Pull Request resolved: #19790
1 parent ae4fdb5 commit b4d62ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations

extension/android/executorch_android/src/main/java/org/pytorch/executorch/annotations/Experimental.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ package org.pytorch.executorch.annotations
1515
* This status is not permanent, and APIs marked with this annotation will need to be either made
1616
* more robust or removed in the future.
1717
*/
18-
@Retention(AnnotationRetention.BINARY)
19-
annotation class Experimental
18+
@Retention(AnnotationRetention.BINARY) annotation class Experimental

0 commit comments

Comments
 (0)