Skip to content

Commit 81cea10

Browse files
yijie-yangcopybara-github
authored andcommitted
Internal changes
PiperOrigin-RevId: 892563206
1 parent b873d37 commit 81cea10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Android/src/app/src/main/java/com/google/ai/edge/gallery/data/ModelAllowlist.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,6 @@ data class AllowedModel(
197197
}
198198

199199
/** The model allowlist. */
200-
data class ModelAllowlist(val models: List<AllowedModel>)
200+
data class ModelAllowlist(
201+
val models: List<AllowedModel>,
202+
)

0 commit comments

Comments
 (0)