aboutsummaryrefslogtreecommitdiff
path: root/wikilinks.rb
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2013-04-05 15:13:17 +0300
committerMarin Ivanov <[email protected]>2013-04-05 15:13:17 +0300
commitab8673039d8e7e7f68b1a6a8339b98f1fa98d0c3 (patch)
tree3f3740cdcc242f13bafd6678bf6774606c197be4 /wikilinks.rb
parentb1561cfc87fd3c7c8db5208501aaec28f90243d4 (diff)
Intentation fix
Diffstat (limited to 'wikilinks.rb')
-rw-r--r--wikilinks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/wikilinks.rb b/wikilinks.rb
index eb95730..7b13c61 100644
--- a/wikilinks.rb
+++ b/wikilinks.rb
@@ -32,7 +32,7 @@ module Jekyll
end
def has_match?
- not @match.nil?
+ not @match.nil?
end
def match_post(posts)