Skip to content

Commit

Permalink
Missing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Nov 29, 2024
1 parent 720d351 commit 9069ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohomekit/meshcop.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ class Meshcop(TLVStruct):
wakeup_channel: bytes = tlv_entry(74)
discovery_request: bytes = tlv_entry(128)
discovery_response: bytes = tlv_entry(129)
joiner_advertisement: bytes = tlv_entry(241)
joiner_advertisement: bytes = tlv_entry(241)

0 comments on commit 9069ff1

Please sign in to comment.