Skip to content

Commit d49afee

Browse files
committed
remove extra line
1 parent d0f63e6 commit d49afee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oracle/query.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ import (
4646

4747
// Identifies the table name alias provided as
4848
// "\"users\" \"u\"" and "\"users\" u". Gorm already handles
49-
//
50-
// the other formats like "users u", "users AS u" etc.
49+
// the other formats like "users u", "users AS u" etc.
5150
var tableRegexp = regexp.MustCompile(`^"(\w+)"\s+"?(\w+)"?$`)
5251

5352
func BeforeQuery(db *gorm.DB) {

0 commit comments

Comments
 (0)