mirror of https://github.com/AMT-Cheif/drift.git
lint
This commit is contained in:
parent
e3a8ccdd6d
commit
c79316d803
|
@ -331,7 +331,6 @@ class _TableWriter {
|
||||||
/// Use [isUpdate] to determine if the builder is for an update or insert companion
|
/// Use [isUpdate] to determine if the builder is for an update or insert companion
|
||||||
(String, String) _companionBuilder(String typedefName,
|
(String, String) _companionBuilder(String typedefName,
|
||||||
{required bool isUpdate}) {
|
{required bool isUpdate}) {
|
||||||
;
|
|
||||||
final companionClassName = scope.dartCode(scope.companionType(table));
|
final companionClassName = scope.dartCode(scope.companionType(table));
|
||||||
|
|
||||||
final companionBuilderTypeDef =
|
final companionBuilderTypeDef =
|
||||||
|
|
Loading…
Reference in New Issue