Skip to content

Commit 8a3700e

Browse files
add newline for readability
1 parent e9d0da0 commit 8a3700e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/code/object/dictionary.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ def <=>(other)
10251025
return 0 if raw == code_other.raw
10261026
return -1 if raw < code_other.raw
10271027
return 1 if raw > code_other.raw
1028+
10281029
-1
10291030
end
10301031
end

0 commit comments

Comments
 (0)