mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
modules/console: Fix alignment.
This commit is contained in:
parent
4819112f54
commit
fce5be0317
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ console_cmd__ctx__list(opt &out, const string_view &line)
|
|||
{
|
||||
out << " "
|
||||
<< "ID"
|
||||
<< " "
|
||||
<< " "
|
||||
<< "STATE"
|
||||
<< " "
|
||||
<< "YIELDS"
|
||||
|
|
Loading…
Add table
Reference in a new issue