Skip to content

Commit f7a4142

Browse files
author
GitHub Actions
committed
Apply spotless formatting
1 parent c80f706 commit f7a4142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

podcastindex-sdk-base/src/commonMain/kotlin/com/mr3y/podcastindex/InternalPodcastIndexApi.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package com.mr3y.podcastindex
22

33
@RequiresOptIn(
44
"This API is internal and is subject to be changed or removed without any prior notice or migration guide",
5-
level = RequiresOptIn.Level.WARNING
5+
level = RequiresOptIn.Level.WARNING,
66
)
77
@Target(
88
AnnotationTarget.CLASS,
99
AnnotationTarget.CONSTRUCTOR,
1010
AnnotationTarget.FUNCTION,
11-
AnnotationTarget.PROPERTY
11+
AnnotationTarget.PROPERTY,
1212
)
1313
@Retention(AnnotationRetention.BINARY)
1414
public annotation class InternalPodcastIndexApi

0 commit comments

Comments
 (0)