File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Call robotidy with path(s) to file/directory with robot files:
4747```
4848robotidy tests
4949robotidy test.robot
50- robotidy tests/resources test.robot
50+ robotidy tests/resources test.robot
5151```
5252
5353All command line options can be displayed in help message by executing:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Call robotidy with path(s) to file/directory with robot files::
2626
2727 robotidy tests
2828 robotidy test.robot
29- robotidy tests/resources test.robot
29+ robotidy tests/resources test.robot
3030
3131All command line options can be displayed in help message by executing::
3232
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ run separately with::
1111
1212 robotidy --transform NormalizeAssignments src
1313
14- In this code most common is no equal sign at all. It should remove ``= `` signs from the all lines:
14+ In this code most common is no equal sign at all. It should remove ``= `` signs from all lines:
1515
1616.. tabs ::
1717
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class NormalizeAssignments(ModelTransformer):
1515 Normalize assignments. By default it detects most common assignment sign
1616 and apply it to every assignment in given file.
1717
18- In this code most common is no equal sign at all. We should remove ``=`` signs from the all lines::
18+ In this code most common is no equal sign at all. We should remove ``=`` signs from all lines::
1919
2020 *** Variables ***
2121 ${var} = ${1}
You can’t perform that action at this time.
0 commit comments