Fix code formatting
Used goimports to fix code formatting.
This commit is contained in:
parent
20bc690d8d
commit
1ccf66b8b4
|
@ -41,10 +41,10 @@ type Field struct {
|
||||||
|
|
||||||
// AccountSource is a Mastodon account profile field.
|
// AccountSource is a Mastodon account profile field.
|
||||||
type AccountSource struct {
|
type AccountSource struct {
|
||||||
Privacy *string `json:"privacy"`
|
Privacy *string `json:"privacy"`
|
||||||
Sensitive *bool `json:"sensitive"`
|
Sensitive *bool `json:"sensitive"`
|
||||||
Language *string `json:"language"`
|
Language *string `json:"language"`
|
||||||
Note *string `json:"note"`
|
Note *string `json:"note"`
|
||||||
Fields *[]Field `json:"fields"`
|
Fields *[]Field `json:"fields"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user