Skip to content

Commit 59378ea

Browse files
committed
Remove trailing whitespace
1 parent 6011976 commit 59378ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.devcontainer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# devcontainer
22

33

4-
For format details, see https://aka.ms/devcontainer.json.
4+
For format details, see https://aka.ms/devcontainer.json.
55

66
For config options, see the README at:
77
https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/puppet
8-
8+
99
``` json
1010
{
1111
"name": "Puppet Development Kit (Community)",

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
BUNDLE_WITHOUT: development:release
7070
BEAKER_debug: true
71-
name:
71+
name:
7272
steps:
7373
- name: Enable IPv6 on docker
7474
run: |

manifests/config_file_client.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @summary Create config files to be used
1+
# @summary Create config files to be used
22
#
33
# Manage an entry in ~/.ssh/config for a particular user. Lines model the
44
# lines in each Host block.

manifests/config_file_server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @summary Create config files to be used
1+
# @summary Create config files to be used
22
#
33
# Manage an entry in ~/.ssh/config for a particular user. Lines model the
44
# lines in each Host block.

0 commit comments

Comments
 (0)