mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +00:00
Minor style fix
This commit is contained in:
parent
10c512d39c
commit
5ec9743a1a
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class FutureSalts(TLObject):
|
||||||
|
|
||||||
def write(self, *args: Any) -> bytes:
|
def write(self, *args: Any) -> bytes:
|
||||||
b = BytesIO()
|
b = BytesIO()
|
||||||
|
|
||||||
b.write(Int(self.ID, False))
|
b.write(Int(self.ID, False))
|
||||||
|
|
||||||
b.write(Long(self.req_msg_id))
|
b.write(Long(self.req_msg_id))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue