Skip to content

Commit d6d28aa

Browse files
committed
Fix empty lines at end of files
1 parent 631b8a6 commit d6d28aa

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* [ ] Have you opened an Issue before filing this PR?
44
* [ ] Is linter passing?
55
* [ ] Are the tests passing?
6-
* [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
6+
* [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: golangci/golangci-lint-action@v3
2121
with:
2222
args: -v --timeout 2m --config .golangci.yml
23-
version: v1.50.1
23+
version: v1.50.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
context: .
3636
push: true
3737
tags: ${{ steps.meta.outputs.tags }}
38-
labels: ${{ steps.meta.outputs.labels }}
38+
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
go-version: 1.19.3
1919
- name: Test
20-
run: go test ./... -coverprofile cover.out
20+
run: go test ./... -coverprofile cover.out

docs/deploy-example-application.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ To install or upgrade the Cartridge App using Helm, run following commands from
4444
| tarantool.roles.*.replicas | number | Count of replicas in each replicaset o role |
4545
| tarantool.roles.*.vshard.roles | array<string> | List of vshard roles |
4646
| tarantool.roles.*.persistence.spec.resources.requests.storage | quantity | Size of disk for each instance of role |
47-
48-

0 commit comments

Comments
 (0)