diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:53:32 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:53:32 +0200 |
commit | d0d1b129f09dbae8fc25c093c09f72c6396b122a (patch) | |
tree | b343778cbbbd32428977a01f19633f51b2a86ef4 /lib/coderay/styles | |
parent | 5b1a49fdd3bef559991242a4ad7d3d1ed9cb48c8 (diff) | |
download | coderay-d0d1b129f09dbae8fc25c093c09f72c6396b122a.tar.gz |
whitespace
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index c05ffd5..c231423 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -1,6 +1,6 @@ module CodeRay module Styles - + # A colorful theme using CSS 3 colors (with alpha channel). class Alpha < Style |