OOPS 2
authorTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 16 Jun 2022 17:17:04 +0000 (13:17 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 16 Jun 2022 17:17:04 +0000 (13:17 -0400)
src/jvmMain/kotlin/net/starshipfights/info/views_gdpr.kt

index b60ffb89cfd7326a9683a65fcdfe3bd0454d5ae6..65276205e6bf332508b7a49c7823cfbff6074367 100644 (file)
@@ -155,13 +155,13 @@ suspend fun ApplicationCall.privateInfo(): String {
                                appendLine("Ship is a ${grave.shipType.fullerDisplayName}")
                                appendLine("Ship was destroyed at ${grave.destroyedAt} in battle recorded at ${grave.destroyedIn}")
                        }
-                       appendLine("")
-                       appendLine("# More information")
-                       appendLine("This document contains the totality of your private data as stored by Starship Fights")
-                       appendLine("This page can be accessed at https://starshipfights.net/me/private-info")
-                       appendLine("All private info can be downloaded at https://starshipfights.net/me/private-info/txt")
-                       appendLine("The privacy policy can be reviewed at https://starshipfights.net/about/pp")
                }
+               appendLine("")
+               appendLine("# More information")
+               appendLine("This document contains the totality of your private data as stored by Starship Fights")
+               appendLine("This page can be accessed at https://starshipfights.net/me/private-info")
+               appendLine("All private info can be downloaded at https://starshipfights.net/me/private-info/txt")
+               appendLine("The privacy policy can be reviewed at https://starshipfights.net/about/pp")
        }
 }