mirror of https://github.com/AMT-Cheif/drift.git
Formatting
This commit is contained in:
parent
888e131d50
commit
a1304c537f
|
@ -32,6 +32,6 @@ class CreateViewStatement extends Statement implements CreatingStatement {
|
||||||
bool contentEquals(CreateViewStatement other) {
|
bool contentEquals(CreateViewStatement other) {
|
||||||
return other.ifNotExists == ifNotExists &&
|
return other.ifNotExists == ifNotExists &&
|
||||||
other.viewName == viewName &&
|
other.viewName == viewName &&
|
||||||
const ListEquality().equals(other.columns,columns);
|
const ListEquality().equals(other.columns, columns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue