Skip to content

Commit 5ec9743

Browse files
authored
Minor style fix
1 parent 10c512d commit 5ec9743

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyrogram/raw/core/future_salts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def read(data: BytesIO, *args: Any) -> "FutureSalts":
4848

4949
def write(self, *args: Any) -> bytes:
5050
b = BytesIO()
51+
5152
b.write(Int(self.ID, False))
5253

5354
b.write(Long(self.req_msg_id))

0 commit comments

Comments
 (0)