diff options
author | anekos | 2011-04-17 15:25:30 +0900 |
---|---|---|
committer | anekos | 2011-04-17 15:25:30 +0900 |
commit | 03ea0c51339fd8cb9a6fa9057bdf888943908068 (patch) | |
tree | 439935a545ee9cd3078eb9f7725ddaa11b17c8e0 /twittperator.js | |
parent | 4c46ab6a395beccf5004d2f285d9df470aad1446 (diff) | |
download | vimperator-plugins-03ea0c51339fd8cb9a6fa9057bdf888943908068.tar.bz2 |
Remove trailing space.
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 66f5c0b..42be78d 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2351,7 +2351,7 @@ let PLUGIN_INFO = if (setting.useChirp){ if(setting.allReplies) ChirpUserStream.start({"replies":"all"}); - else + else ChirpUserStream.start(); } |