Skip to content

Commit fc469aa

Browse files
committed
normalize whitespaces
1 parent 14737e1 commit fc469aa

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This is not an ANY file.
1+
This is not an ANY file.

example/src/main/templates/aem/sling-mapping.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"jcr:primaryType": "sling:Folder",
3-
3+
44
"mysite": {
55
"jcr:primaryType": "sling:Mapping",
66
"sling:internalRedirect": ["/content/mysite","/"],

example/src/main/templates/webserver/dispatcher.any.hbs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# name of the dispatcher
22
/name "{{node}}"
3-
3+
44
# each farm configures a set of (loadbalanced) renders
55
/farms
66
{
77
# first farm entry (label is not important, just for your convenience)
8-
/website
9-
{
8+
/website
9+
{
1010
/clientheaders
1111
{
1212
# List of headers that are passed on
@@ -15,7 +15,7 @@
1515
{
1616
# List of URLs for this Web site
1717
}
18-
/sessionmanagement
18+
/sessionmanagement
1919
{
2020
# settings for user authentification
2121
}
@@ -57,4 +57,3 @@
5757
/failover "1"
5858
}
5959
}
60-

example/src/main/templates/webserver/tenant_vhost.conf.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
{{/if}}
1515

1616

17-
</VirtualHost>
17+
</VirtualHost>

0 commit comments

Comments
 (0)