diff options
author | murphy <murphy@rubychan.de> | 2006-04-16 03:20:37 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-04-16 03:20:37 +0000 |
commit | 0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189 (patch) | |
tree | 6ade5b6d36d559b919a39f55002cde3c3779bc67 /lib/coderay/styles/_map.rb | |
parent | ff9cbcf8c58e81bcee2e961e8b2033e6e336c6e9 (diff) | |
download | coderay-0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189.tar.gz |
Re-indented everything. Sorry to break the blame chain.
Diffstat (limited to 'lib/coderay/styles/_map.rb')
-rw-r--r-- | lib/coderay/styles/_map.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/coderay/styles/_map.rb b/lib/coderay/styles/_map.rb index 33c2327..25687d6 100644 --- a/lib/coderay/styles/_map.rb +++ b/lib/coderay/styles/_map.rb @@ -1,7 +1,7 @@ module CodeRay
- module Styles
-
- default :cycnus
-
- end
+module Styles
+
+ default :cycnus
+
+end
end
|