Skip to content

Commit 55d428c

Browse files
committed
fixed an indent issue
1 parent 1c386dc commit 55d428c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/transmission/send_transmission_all_fields.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
$results = $sparky->transmission->send([
1818
"campaign"=>"my-campaign",
1919
"metadata"=>[
20-
"sample_campaign"=>true,
21-
"type"=>"these are custom fields"
20+
"sample_campaign"=>true,
21+
"type"=>"these are custom fields"
2222
],
2323
"substitutionData"=>[
2424
"name"=>"Test Name"

0 commit comments

Comments
 (0)