`dart format .`

This commit is contained in:
Nikita Dauhashei 2024-04-10 18:49:22 +02:00
parent 78387a3610
commit bf8da493bf
No known key found for this signature in database
GPG Key ID: 3B93F636D935382D
3 changed files with 3 additions and 4 deletions

View File

@ -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,
),