Skip to content

Commit 33fb116

Browse files
committed
dumb commas
1 parent 807d973 commit 33fb116

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"rewrites":{
1212
"enable":"true"
1313
},
14-
"webroot": "test-harness",
14+
"webroot":"test-harness",
1515
"aliases":{
1616
"/moduleroot/cbmailservices":"../"
1717
}
1818
},
1919
"openBrowser":"false",
20-
"cfconfig": {
21-
"file" : ".cfconfig.json"
22-
}
20+
"cfconfig":{
21+
"file":".cfconfig.json"
22+
}
2323
}

test-harness/Application.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ component{
5050
// Define the fake smtp server
5151
this.mail = {
5252
server = "localhost",
53-
port = 25,
53+
port = 25
5454
};
5555

5656
// application start

test-harness/tests/Application.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ component {
3232
// Define the fake smtp server
3333
this.mail = {
3434
server = "localhost",
35-
port = 25,
35+
port = 25
3636
};
3737

3838
// request start

0 commit comments

Comments
 (0)