Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Sep 19, 2023
1 parent 96bd5a1 commit 6061924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package org.eu.exodus_privacy.exodusprivacy.objects
data class Permission(
val shortName: String = String(),
val longName: String = String(),
val label: String = String(),
val label: String = String()
)

0 comments on commit 6061924

Please sign in to comment.