fix linter rules and format files
This commit is contained in:
@@ -198,7 +198,7 @@ final class PrefixQueryBuilder extends FtsQueryBuilder {
|
||||
}
|
||||
|
||||
return 'NEAR(${phrase.map((bareword) => '$bareword*').join(' ')})';
|
||||
}, ' OR ',);
|
||||
}, ' OR ');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user