0
0
Fork 0
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:
Jason Volk 2018-09-01 01:02:57 -07:00
parent 4819112f54
commit fce5be0317

View file

@ -853,7 +853,7 @@ console_cmd__ctx__list(opt &out, const string_view &line)
{
out << " "
<< "ID"
<< " "
<< " "
<< "STATE"
<< " "
<< "YIELDS"