mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
84dae01a2a
commit
fdcb9797d3
1 changed files with 2 additions and 2 deletions
|
@ -1566,7 +1566,7 @@ def _d(a,i,o,e):
|
||||||
for i in range(0, 12):
|
for i in range(0, 12):
|
||||||
echo -n 2
|
echo -n 2
|
||||||
print($(d), !(d), $[d], ![d])
|
print($(d), !(d), $[d], ![d])
|
||||||
"""
|
""",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue