mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -24,7 +24,7 @@ type Org struct {
|
||||
Private bool `json:"-" xorm:"private"`
|
||||
} // @name Org
|
||||
|
||||
// TableName return database table name for xorm
|
||||
// TableName return database table name for xorm.
|
||||
func (Org) TableName() string {
|
||||
return "orgs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user