Skip to content

Commit fff58fe

Browse files
committed
Remove trailing whitespaces
Remove trailing whitespaces. Signed-off-by: Matthias Diester <[email protected]>
1 parent d954a85 commit fff58fe

File tree

35 files changed

+38
-38
lines changed

35 files changed

+38
-38
lines changed

app-n-job/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1313
- a `run` script which deploys resources that use those images
1414

1515
The main purpose of this example is the `run` script, but the `build`
16-
script is included for complete educational (and reuse) purposes.
16+
script is included for complete educational (and reuse) purposes.

app2job/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1818
- a `run` script which deploys resources that use those images
1919

2020
The main purpose of this example is the `run` script, but the `build`
21-
script is included for complete educational (and reuse) purposes.
21+
script is included for complete educational (and reuse) purposes.

bash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
3636
- a `run` script which deploys resources that use those images
3737

3838
The main purpose of this example is the `run` script, but the `build`
39-
script is included for complete educational (and reuse) purposes.
39+
script is included for complete educational (and reuse) purposes.

bind-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1818
- a `run` script which deploys resources that use those images
1919

2020
The main purpose of this example is the `run` script, but the `build`
21-
script is included for complete educational (and reuse) purposes.
21+
script is included for complete educational (and reuse) purposes.

bind-job/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1717
- a `run` script which deploys resources that use those images
1818

1919
The main purpose of this example is the `run` script, but the `build`
20-
script is included for complete educational (and reuse) purposes.
20+
script is included for complete educational (and reuse) purposes.

bind-job/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ibmcloud resource service-instance-create bj-es messagehub lite \
3636
set +x
3737
echo "Waiting for Event Streams to become available..."
3838
while ! ibmcloud resource service-instance bj-es | grep "State.*active" ; do
39-
sleep 5
39+
sleep 5
4040
done > /dev/null
4141
echo
4242
set -x

cecli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1616
- a `run` script which deploys resources that use those images
1717

1818
The main purpose of this example is the `run` script, but the `build`
19-
script is included for complete educational (and reuse) purposes.
19+
script is included for complete educational (and reuse) purposes.

configmaps-env/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1818
- a `run` script which deploys resources that use those images
1919

2020
The main purpose of this example is the `run` script, but the `build`
21-
script is included for complete educational (and reuse) purposes.
21+
script is included for complete educational (and reuse) purposes.

configmaps-env/file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ In Congress, July 4, 1776
22

33
The unanimous Declaration of the thirteen united States of America, When in the Course of human events, it becomes necessary for one people to dissolve the political bands which have connected them with another, and to assume among the powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation.
44

5-
We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.--That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed, --That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness.
5+
We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.--That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed, --That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness.

configmaps-vol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ As noted in [the main README](../README.md), this sample has two pieces:
1818
- a `run` script which deploys resources that use those images
1919

2020
The main purpose of this example is the `run` script, but the `build`
21-
script is included for complete educational (and reuse) purposes.
21+
script is included for complete educational (and reuse) purposes.

0 commit comments

Comments
 (0)