8000 whitespace · tricknotes/coderay@844975b · GitHub
[go: up one dir, main page]

Skip to content

Commit 844975b

Browse files
committed
whitespace
1 parent 9fb2fd9 commit 844975b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/coderay/styles/alpha.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module Styles
33

44
# A colorful theme using CSS 3 colors (with alpha channel).
55
class Alpha < Style
6-
6+
77
register_for :alpha
8-
8+
99
code_background = 'hsl(0,0%,95%)'
1010
numbers_background = 'hsl(180,65%,90%)'
1111
border_color = 'silver'
1212
normal_color = 'black'
13-
13+
1414
CSS_MAIN_STYLES = <<-MAIN # :nodoc:
1515
.CodeRay {
1616
background-color: #{code_background};
@@ -145,8 +145,8 @@ class Alpha < Style
145145
.change .change { color: #88f }
146146
.head .head { color: #f4f }
147147
TOKENS
148-
148+
149149
end
150-
150+
151151
end
152152
end

0 commit comments

Comments
0 (0)
0