mirror of https://github.com/AMT-Cheif/drift.git
fix whitespace in random ordering
This commit is contained in:
parent
009081d99b
commit
80ab98c2b6
|
@ -54,9 +54,9 @@ class OrderingTerm extends Component {
|
|||
void writeInto(GenerationContext context) {
|
||||
if (mode != OrderingMode.random) {
|
||||
_expression!.writeInto(context);
|
||||
context.writeWhitespace();
|
||||
}
|
||||
context.buffer.write(_modeToString[mode]);
|
||||
context.writeWhitespace();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ environment:
|
|||
dependencies:
|
||||
async: ^2.5.0
|
||||
convert: ^3.0.0
|
||||
collection: ^1.15.0
|
||||
collection: ^1.15.0K
|
||||
meta: ^1.3.0
|
||||
stream_channel: ^2.1.0
|
||||
sqlite3: ^1.0.0
|
||||
|
|
Loading…
Reference in New Issue