Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Dec 17, 2021
1 parent 9a35bad commit 9b6475a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/de/salomax/kraken/model/AppModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.squareup.moshi.JsonClass
import java.util.*

/*
* own, nice classes *******************************************************************************
* own, nice classes
*/

data class Post(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.squareup.moshi.JsonClass
import java.util.*

/*
* garbage (graphql) from API **********************************************************************
* garbage (graphql) from API
*/

@JsonClass(generateAdapter = true)
Expand Down

0 comments on commit 9b6475a

Please sign in to comment.