summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/storage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/util/storage.rb')
-rw-r--r--lib/axlsx/util/storage.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/axlsx/util/storage.rb b/lib/axlsx/util/storage.rb
index 00cd6b3c..b33c499d 100644
--- a/lib/axlsx/util/storage.rb
+++ b/lib/axlsx/util/storage.rb
@@ -9,9 +9,9 @@ module Axlsx
# storage types
TYPES = {
- :root => 5,
- :stream => 2,
- :storage => 1
+ root: 5,
+ stream: 2,
+ storage: 1
}.freeze
# Creates a byte string for this storage
@@ -33,8 +33,8 @@ module Axlsx
# storage colors
COLORS = {
- :red => 0,
- :black => 1
+ red: 0,
+ black: 1
}.freeze
# The color of this node in the directory tree. Defaults to black if not specified