Remove some spurious trailing newlines
This commit is contained in:
parent
2daa11c7aa
commit
8cd93a744f
|
@ -50,4 +50,3 @@ hello: |
|
||||||
100
|
100
|
||||||
33
|
33
|
||||||
10
|
10
|
||||||
|
|
||||||
|
|
|
@ -26,4 +26,3 @@ format:
|
||||||
prettier --no-config --stdin-filepath=format.md
|
prettier --no-config --stdin-filepath=format.md
|
||||||
input: |
|
input: |
|
||||||
Hello, world!
|
Hello, world!
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ template: |
|
||||||
run: |
|
run: |
|
||||||
echo 'Reading from stdin...' >&2; sed -f main.sed
|
echo 'Reading from stdin...' >&2; sed -f main.sed
|
||||||
helloInput: |
|
helloInput: |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue