diff options
| author | murphy <murphy@rubychan.de> | 2010-11-21 09:29:49 +0000 |
|---|---|---|
| committer | murphy <murphy@rubychan.de> | 2010-11-21 09:29:49 +0000 |
| commit | fa8b580bfcf1082ac671acde60c4205681dec1dd (patch) | |
| tree | d4b519a4779ea3e3647aa974e59a66d64c92e2d4 /lib/coderay/styles | |
| parent | a64667b22ec84dd15cb0e3b46e5fd8d45ddbd565 (diff) | |
| download | coderay-fa8b580bfcf1082ac671acde60c4205681dec1dd.tar.gz | |
Code cleanup.
Diffstat (limited to 'lib/coderay/styles')
| -rw-r--r-- | lib/coderay/styles/_map.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/styles/_map.rb b/lib/coderay/styles/_map.rb index 5e69f72..92d4354 100644 --- a/lib/coderay/styles/_map.rb +++ b/lib/coderay/styles/_map.rb @@ -1,7 +1,7 @@ module CodeRay module Styles - + default :alpha - + end end |
