whitespace fix

This commit is contained in:
onyx-and-iris 2023-07-19 15:11:05 +01:00
parent d9b054b108
commit 955b00571a

View File

@ -74,7 +74,7 @@ module OBSWS
end end
def to_s def to_s
"#{self.class.name.split("::").last(2).join("::")}" self.class.name.split("::").last(2).join("::")
end end
def update(op_code, data) def update(op_code, data)