Run go fmt on db/paste.go
This commit is contained in:
parent
8e949f837b
commit
e055d210ef
@ -24,7 +24,7 @@ type Paste struct {
|
|||||||
ID uint `gorm:"primaryKey"`
|
ID uint `gorm:"primaryKey"`
|
||||||
Type PasteType `gorm:"index"`
|
Type PasteType `gorm:"index"`
|
||||||
State PasteState `gorm:"index"`
|
State PasteState `gorm:"index"`
|
||||||
CreatedBy uint `gorm:"index"`
|
CreatedBy uint `gorm:"index"`
|
||||||
Content []byte
|
Content []byte
|
||||||
Key string `gorm:"uniqueIndex"`
|
Key string `gorm:"uniqueIndex"`
|
||||||
DeleteToken string
|
DeleteToken string
|
||||||
|
Loading…
Reference in New Issue
Block a user