1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00: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" "$ $ cd newdir",
" $ $ cd newdir", " $ $ cd newdir",
], ],
) )