1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

fix: Add missing comma

* Add missing comma in a test
This commit is contained in:
Marek Šuppa 2022-01-29 01:36:34 +01:00 committed by Pablo Aguiar
parent 925e562d96
commit cf1beb6b89

View File

@ -13,7 +13,7 @@ def output():
[
"$ cd newdir",
" $ cd newdir",
"$ $ cd newdir"
"$ $ cd newdir",
" $ $ cd newdir",
],
)