mirror of https://github.com/AMT-Cheif/drift.git
`dart format .`
This commit is contained in:
parent
78387a3610
commit
bf8da493bf
|
@ -83,8 +83,7 @@ class DriftAnalysisDriver {
|
|||
if (options.hasModule(SqlModule.rtree)) const RTreeExtension(),
|
||||
if (options.hasModule(SqlModule.spellfix1))
|
||||
const Spellfix1Extension(),
|
||||
if (options.hasModule(SqlModule.geopoly))
|
||||
const GeopolyExtension(),
|
||||
if (options.hasModule(SqlModule.geopoly)) const GeopolyExtension(),
|
||||
],
|
||||
version: options.sqliteVersion,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue