diff --git a/cheat/cheatsheets/for b/cheat/cheatsheets/for index db57266..2ca31ff 100644 --- a/cheat/cheatsheets/for +++ b/cheat/cheatsheets/for @@ -14,4 +14,4 @@ done for i in `seq 1 10` do echo $i -done \ No newline at end of file +done