[ruby/yarp] Remove unnecessary NUL byte in string
https://github.com/ruby/yarp/commit/af867e35b1
This commit is contained in:
parent
221c2d0e19
commit
13ed1d7b60
@ -173,5 +173,5 @@ yp_node_type_to_str(yp_node_type_t node_type)
|
|||||||
return "<%= node.type %>";
|
return "<%= node.type %>";
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
}
|
}
|
||||||
return "\0";
|
return "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user