Skip to content

Commit

Permalink
Really undo whitespace stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Dec 23, 2022
1 parent 586e6a7 commit 5110b98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,12 @@ class DoubleVisionPlugin(SnowfakeryPlugin):
The method will evaluate its argument twice, and stick the two results into a string. For example, if it were called with a call to `random_number`, you would get two different random numbers rather than the same number twice. If it were called with the counter from above, you would get two different counter values in the string.

```yaml
- plugin: tests.test_custom_plugins_and_providers.DoubleVisionPlugin
- object: OBJ
fields:
some_value:
- DoubleVisionPlugin.do_it_twice:
- abc
- plugin: tests.test_custom_plugins_and_providers.DoubleVisionPlugin
- object: OBJ
fields:
some_value:
- DoubleVisionPlugin.do_it_twice:
- abc
```

This would output an `OBJ` row with values:
Expand Down

0 comments on commit 5110b98

Please sign in to comment.