Skip to content

Commit 4bada7a

Browse files
committed
Remote extra spaces.
1 parent b03d328 commit 4bada7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

oracle/query.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ import (
4545
)
4646

4747
// Identifies the table name alias provided as
48-
// "\"users\" \"u\"". Gorm
48+
// "\"users\" \"u\"". Gorm already handles
4949
//
50-
// already handles the other formats like
51-
//
52-
// "users u", "users AS u" etc.
50+
// the other formats like "users u", "users AS u" etc.
5351
var tableRegexp = regexp.MustCompile(`^"([^"]+)"\s+"([^"]+)"$`)
5452

5553
func BeforeQuery(db *gorm.DB) {

0 commit comments

Comments
 (0)