Skip to content

Commit

Permalink
chore: fmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfogre committed Dec 23, 2022
1 parent 0d720a1 commit e70992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/v1_19/v237.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package v1_19 //nolint

import (
"code.gitea.io/gitea/models/migrations/base"

"xorm.io/xorm"
)

Expand All @@ -30,4 +31,3 @@ func AddPrimaryKeyToForeignReference(x *xorm.Engine) error {

return sess.Commit()
}

0 comments on commit e70992f

Please sign in to comment.