Run go fmt on db/paste.go

This commit is contained in:
2023-04-30 18:17:18 +02:00
parent 8e949f837b
commit e055d210ef

View File

@@ -24,7 +24,7 @@ type Paste struct {
ID uint `gorm:"primaryKey"`
Type PasteType `gorm:"index"`
State PasteState `gorm:"index"`
CreatedBy uint `gorm:"index"`
CreatedBy uint `gorm:"index"`
Content []byte
Key string `gorm:"uniqueIndex"`
DeleteToken string