aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-01 18:12:21 +0200
committerGravatar GitHub <noreply@github.com> 2019-10-01 18:12:21 +0200
commit37b52b7361d3ac15273ca19a0b96ef74299e759e (patch)
tree23ab272309a6e1ddc23bdd52ef4db130b11c6287 /app/shares.php
parent7ae4e9f159c9f0678d767dd29baa6cec8f0b04d8 (diff)
Trim whitespace (#2544)
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/shares.php b/app/shares.php
index 71860c9e3..9df83617a 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -139,9 +139,9 @@ return array(
'method' => 'GET',
),
'lemmy' => array(
- 'url' => '~URL~/create_post?url=~LINK~&name=~TITLE~',
- 'transform' => array('rawurlencode'),
- 'form' => 'advanced',
- 'method' => 'GET',
- ),
+ 'url' => '~URL~/create_post?url=~LINK~&name=~TITLE~',
+ 'transform' => array('rawurlencode'),
+ 'form' => 'advanced',
+ 'method' => 'GET',
+ ),
);