mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-24 23:40:58 +01:00
CRLF->LF
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package gitbucket.core.api
|
||||
|
||||
case class UpdateAUser(
|
||||
name: String,
|
||||
email: String,
|
||||
blog: String,
|
||||
company: String,
|
||||
location: String,
|
||||
hireable: Boolean,
|
||||
bio: String
|
||||
)
|
||||
package gitbucket.core.api
|
||||
|
||||
case class UpdateAUser(
|
||||
name: String,
|
||||
email: String,
|
||||
blog: String,
|
||||
company: String,
|
||||
location: String,
|
||||
hireable: Boolean,
|
||||
bio: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user