mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 19:19:14 +00: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