fix whitespace in random ordering

This commit is contained in:
hajjar20 2021-11-28 16:55:09 +02:00
parent 009081d99b
commit 80ab98c2b6
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}

View File

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