Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egregius313 committed Jan 10, 2025
1 parent bff2433 commit 43771d8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ func test_beego_DB(db orm.DB) {

func test_beego_Ormer() {
o := oldOrm.NewOrm()
o.Read(&User{}) // $ source
o.ReadForUpdate(&User{}) // $ source
o.ReadOrCreate(&User{}, "name") // $ source
o.Read(&User{}) // $ source
o.ReadForUpdate(&User{}) // $ source
o.ReadOrCreate(&User{}, "name") // $ source
}

func test_beego_DQL() {
Expand Down

0 comments on commit 43771d8

Please sign in to comment.