Skip to content

Commit

Permalink
chore: ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Jan 19, 2024
1 parent c0f6cfc commit 1a5c990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/model/src/main/java/com/susu/core/model/User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ data class User(
val id: Int,
val name: String,
val gender: String,
val birth: Int
val birth: Int,
)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.susu.domain.repository

import com.susu.core.model.Token
import com.susu.core.model.SignUpUser
import com.susu.core.model.Token

interface SignUpRepository {
suspend fun signUp(provider: String, oauthAccessToken: String, signUpUser: SignUpUser): Token
Expand Down

0 comments on commit 1a5c990

Please sign in to comment.