Skip to content

Commit d9827e5

Browse files
committed
Fix missing newlines
1 parent ab1867c commit d9827e5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

doc/code_snippets/snippets/migrations/instances.enabled/myapp/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ config:
77
password: config_pass
88
http:
99
request:
10-
timeout: 3
10+
timeout: 3

doc/code_snippets/snippets/migrations/instances.enabled/myapp/instances-3-storages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ storage-001-b:
44
storage-002-a:
55
storage-002-b:
66
storage-003-a:
7-
storage-003-b:
7+
storage-003-b:

doc/code_snippets/snippets/migrations/instances.enabled/myapp/instances.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ router-001-a:
22
storage-001-a:
33
storage-001-b:
44
storage-002-a:
5-
storage-002-b:
5+
storage-002-b:

doc/code_snippets/snippets/migrations/instances.enabled/myapp/myapp-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies = {
1111

1212
build = {
1313
type = 'none';
14-
}
14+
}

doc/code_snippets/snippets/migrations/instances.enabled/myapp/source-3-storages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ groups:
8585
listen:
8686
- uri: localhost:3307
8787
advertise:
88-
client: localhost:3307
88+
client: localhost:3307

doc/code_snippets/snippets/migrations/instances.enabled/myapp/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ groups:
7070
listen:
7171
- uri: localhost:3305
7272
advertise:
73-
client: localhost:3305
73+
client: localhost:3305

doc/code_snippets/snippets/migrations/migrations/scenario/000001_create_writers_space.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ return {
2020
apply = {
2121
scenario = apply_scenario,
2222
},
23-
}
23+
}

doc/code_snippets/snippets/migrations/migrations/scenario/000002_create_writers_index.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ return {
88
apply = {
99
scenario = apply_scenario,
1010
},
11-
}
11+
}

doc/code_snippets/snippets/migrations/migrations/scenario/000003_alter_writers_space.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ return {
4545
apply = {
4646
scenario = apply_scenario,
4747
},
48-
}
48+
}

0 commit comments

Comments
 (0)