Skip to content

Commit c1623a1

Browse files
author
Viktor Pentyukhov
committed
Fixed Typo in engine.go
1 parent 901a67c commit c1623a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/compiler/engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NewCompiler(conf config.SQL, combo config.CombinedSettings) (*Compiler, err
4242
c.parser = sqlite.NewParser()
4343
c.catalog = sqlite.NewCatalog()
4444
c.selector = newSQLiteSelector()
45-
case config.EngineYDB:
45+
case config.EngineYDB:
4646
c.parser = ydb.NewParser()
4747
c.catalog = ydb.NewCatalog()
4848
case config.EngineMySQL:

0 commit comments

Comments
 (0)