Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
max-hoffman committed Mar 26, 2024
1 parent 1a02a68 commit e600e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libraries/doltcore/sqle/statsnoms/database.go
Expand Up @@ -70,7 +70,7 @@ func (sf NomsStatsFactory) Init(ctx *sql.Context, sourceDb dsess.SqlDatabase, pr
} else if u.Scheme == dbfactory.FileScheme {
urlPath = "file://" + statsPath
}

var dEnv *env.DoltEnv
exists, isDir := fs.Exists(statsPath)
if !exists {
Expand Down

0 comments on commit e600e09

Please sign in to comment.