Skip to content

Commit 1d64388

Browse files
author
Mustafa Sadedil
committed
Whitespace fix 2
1 parent bbbb48d commit 1d64388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ func (c *connection) connect(job *Job) error {
651651
}
652652
c.tokenExpirationTime = time.Now().Add(time.Hour)
653653
}
654-
654+
655655
db, err := sqlx.Open("snowflake", c.snowflakeDSN)
656656
if err != nil {
657657
return fmt.Errorf("failed to open Snowflake connection: %w (host: %s)", err, c.host)

0 commit comments

Comments
 (0)