Skip to content

Commit cfccf69

Browse files
committed
chore(autofix): trailing-spaces
Automatically generated via https://github.com/coder/autofix
1 parent 935bb99 commit cfccf69

35 files changed

+143
-143
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1212
// "forwardPorts": [],
13-
13+
1414
"postStartCommand": "dockerd",
1515

1616
// privileged is required by GitHub codespaces - https://github.com/microsoft/vscode-dev-containers/issues/727
17-
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--privileged", "--init" ]
17+
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--privileged", "--init" ]
1818
}

.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
days-before-pr-stale: 7
2323
days-before-pr-close: 3
2424
stale-pr-message: >
25-
This Pull Request is becoming stale. In order to minimize WIP,
25+
This Pull Request is becoming stale. In order to minimize WIP,
2626
prevent merge conflicts and keep the tracker readable, I'm going
2727
close to this PR in 3 days if there isn't more activity.
2828
stale-issue-message: >
2929
This issue is becoming stale. In order to keep the tracker readable
30-
and actionable, I'm going close to this issue in 7 days if there
30+
and actionable, I'm going close to this issue in 7 days if there
3131
isn't more activity.
3232
# Upped from 30 since we have a big tracker and was hitting the limit.
3333
operations-per-run: 60

.github/workflows/welcome.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
FIRST_PR_REACTIONS: '+1, hooray, rocket, heart'
1515
FIRST_PR_COMMENT: |
16-
👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here!
16+
👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here!
1717
FIRST_PR_MERGED: |
1818
🎉 Thanks for the contribution @{{ author }}! Yo @coder/docs @{{ author }}'s first contribution has been merged! 👀👀👀

LICENSE.enterprise

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
## Acceptance
22

3-
By using any software and associated documentation files under Coder
3+
By using any software and associated documentation files under Coder
44
Technologies Inc.’s ("Coder") directory named "enterprise" ("Enterprise
55
Software"), you agree to all of the terms and conditions below.
66

77
## Copyright License
88

9-
The licensor grants you a non-exclusive, royalty-free, worldwide,
10-
non-sublicensable, non-transferable license to use, copy, distribute, make
11-
available, modify and prepare derivative works of the Enterprise Software, in
9+
The licensor grants you a non-exclusive, royalty-free, worldwide,
10+
non-sublicensable, non-transferable license to use, copy, distribute, make
11+
available, modify and prepare derivative works of the Enterprise Software, in
1212
each case subject to the limitations and conditions below.
1313

1414
## Limitations
1515

16-
You may not move, change, disable, or circumvent the license key functionality
17-
in the software, and you may not remove or obscure any functionality in the
16+
You may not move, change, disable, or circumvent the license key functionality
17+
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919

2020
You may not alter, remove, or obscure any licensing, copyright, or other notices
21-
of the licensor in the software.
21+
of the licensor in the software.
2222

23-
You agree that Coder and/or its licensors (as applicable) retain all right,
23+
You agree that Coder and/or its licensors (as applicable) retain all right,
2424
title and interest in and to all such modifications and/or patches.
2525

2626
## Additional Terms
2727

28-
This Enterprise Software may only be used in production, if you (and any entity
29-
that you represent) have agreed to, and are in compliance with, the Coder’s
30-
Terms of Service, available at https://coder.com/legal/terms-of-service, or
31-
other agreement governing the use of the Software, as agreed by you and Coder.
28+
This Enterprise Software may only be used in production, if you (and any entity
29+
that you represent) have agreed to, and are in compliance with, the Coder’s
30+
Terms of Service, available at https://coder.com/legal/terms-of-service, or
31+
other agreement governing the use of the Software, as agreed by you and Coder.

cli/config/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gitauth:
99

1010
# Multiple providers are an Enterprise feature.
1111
# Contact sales@coder.com for a license.
12-
#
12+
#
1313
# If multiple providers are used, a unique "id"
1414
# must be provided for each one.
1515
# - id: example

cli/testdata/coder_--help.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Usage:
66
coder [command]
77

88
Get Started:
9-
- Start a Coder server:
9+
- Start a Coder server:
1010

11-
$ coder server
11+
$ coder server
1212

13-
- Get started by creating a template from an example:
13+
- Get started by creating a template from an example:
1414

15-
$ coder templates init
15+
$ coder templates init
1616

1717
Commands:
1818
completion Generate the autocompletion script for the specified shell

cli/testdata/coder_config-ssh_--help.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Usage:
44
coder config-ssh [flags]
55

66
Get Started:
7-
- You can use -o (or --ssh-option) so set SSH options to be used for all your
8-
workspaces:
7+
- You can use -o (or --ssh-option) so set SSH options to be used for all your
8+
workspaces:
99

10-
$ coder config-ssh -o ForwardAgent=yes
10+
$ coder config-ssh -o ForwardAgent=yes
1111

12-
- You can use --dry-run (or -n) to see the changes that would be made:
12+
- You can use --dry-run (or -n) to see the changes that would be made:
1313

14-
$ coder config-ssh --dry-run
14+
$ coder config-ssh --dry-run
1515

1616
Flags:
1717
-n, --dry-run Perform a trial run with no changes made, showing a diff at

cli/testdata/coder_dotfiles_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Usage:
44
coder dotfiles [git_repo_url] [flags]
55

66
Get Started:
7-
- Check out and install a dotfiles repository without prompts:
7+
- Check out and install a dotfiles repository without prompts:
88

9-
$ coder dotfiles --yes git@github.com:example/dotfiles.git
9+
$ coder dotfiles --yes git@github.com:example/dotfiles.git
1010

1111
Flags:
1212
-h, --help help for dotfiles

cli/testdata/coder_port-forward_--help.golden

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ Aliases:
77
port-forward, tunnel
88

99
Get Started:
10-
- Port forward a single TCP port from 1234 in the workspace to port 5678 on
11-
your local machine:
10+
- Port forward a single TCP port from 1234 in the workspace to port 5678 on
11+
your local machine:
1212

13-
$ coder port-forward <workspace> --tcp 5678:1234
13+
$ coder port-forward <workspace> --tcp 5678:1234
1414

15-
- Port forward a single UDP port from port 9000 to port 9000 on your local
16-
machine:
15+
- Port forward a single UDP port from port 9000 to port 9000 on your local
16+
machine:
1717

18-
$ coder port-forward <workspace> --udp 9000
18+
$ coder port-forward <workspace> --udp 9000
1919

20-
- Port forward multiple TCP ports and a UDP port:
20+
- Port forward multiple TCP ports and a UDP port:
2121

22-
$ coder port-forward <workspace> --tcp 8080:8080 --tcp 9000:3000 --udp 5353:53
22+
$ coder port-forward <workspace> --tcp 8080:8080 --tcp 9000:3000 --udp 5353:53
2323

24-
- Port forward multiple ports (TCP or UDP) in condensed syntax:
24+
- Port forward multiple ports (TCP or UDP) in condensed syntax:
2525

26-
$ coder port-forward <workspace> --tcp 8080,9000:3000,9090-9092,10000-10002:10010-10012
26+
$ coder port-forward <workspace> --tcp 8080,9000:3000,9090-9092,10000-10002:10010-10012
2727

2828
Flags:
2929
-h, --help help for port-forward

cli/testdata/coder_schedule_override-stop_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Usage:
77
coder schedule override-stop <workspace-name> <duration from now> [flags]
88

99
Get Started:
10-
$ coder schedule override-stop my-workspace 90m
10+
$ coder schedule override-stop my-workspace 90m
1111

1212
Flags:
1313
-h, --help help for override-stop

0 commit comments

Comments
 (0)