undo formatting change in Application

This commit is contained in:
Matthieu 2020-03-06 00:19:36 +01:00
parent 1b6978ab59
commit 30339763ef
1 changed files with 1 additions and 2 deletions

View File

@ -6,5 +6,4 @@ data class Application (
//Optional attributes
val website: String? = null,
val vapid_key: String? = null
)
)