clean up the final diff a bit

This commit is contained in:
ewin 2025-03-05 18:19:52 -05:00
commit f55be91579
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -382,7 +382,6 @@ func (v Visibility) String() string {
type StatusContentType enumType
const (
// The "unset"
StatusContentTypePlain StatusContentType = 1
StatusContentTypeMarkdown StatusContentType = 2
StatusContentTypeDefault = StatusContentTypePlain