Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 1281fa6

Browse files
author
atran
committed
Add newline at end of file
1 parent 11033fe commit 1281fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tags-transformer/config/secret.example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
$_SECRET = array(
44
'access_token' => 'yourserversiderollbaraccesstoken'
5-
);
5+
);

tags-transformer/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* key here should match that of your transformer.
2626
*/
2727
array('feature_flag_key' => 'YOUR_FEATURE_FLAG'),
28-
);
28+
);

0 commit comments

Comments
 (0)