Remove whitespace [Gun.io WhitespaceBot]
[catagits/Gitalist.git] / lib / Gitalist / View / SyntaxHighlight.pm
index 4f675ab..4d98c36 100644 (file)
@@ -20,7 +20,7 @@ sub render {
 
     # Don't bother with anything over 64kb, it'll be tragically slow.
     return encode_entities $blob if length $blob > 8192;
-    
+
     my $lang = $args->{language};
 
     my $ret;