Skip to content

Commit d0d1b12

Browse files
committed
whitespace
1 parent 5b1a49f commit d0d1b12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/coderay/styles/alpha.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module CodeRay
22
module Styles
3-
3+
44
# A colorful theme using CSS 3 colors (with alpha channel).
55
class Alpha < Style
66

lib/coderay/token_kinds.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module CodeRay
2-
2+
33
# A Hash of all known token kinds and their associated CSS classes.
44
TokenKinds = Hash.new do |h, k|
55
warn 'Undefined Token kind: %p' % [k] if $CODERAY_DEBUG
66
false
77
end
8-
8+
99
# speedup
1010
TokenKinds.compare_by_identity if TokenKinds.respond_to? :compare_by_identity
11-
11+
1212
TokenKinds.update( # :nodoc:
1313
:debug => 'debug', # highlight for debugging (white on blue background)
1414

0 commit comments

Comments
 (0)