Skip to content

Commit 534f016

Browse files
authored
README.md: 2 spaces to indent in all examples [ci skip]
1 parent d12b10f commit 534f016

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ being serialized altogether by throwing an exception:
128128

129129
```ruby
130130
class Symbol
131-
def to_msgpack_ext
132-
raise "Serialization of symbols prohibited"
133-
end
131+
def to_msgpack_ext
132+
raise "Serialization of symbols prohibited"
133+
end
134134
end
135135

136136
MessagePack::DefaultFactory.register_type(0x00, Symbol)

0 commit comments

Comments
 (0)