Skip to content

Commit 21190b2

Browse files
committed
Reformatted per pre-commit
1 parent 05c4f41 commit 21190b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_ble/advertising/adafruit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class AdafruitColor(Advertisement):
4545
ManufacturerData,
4646
"manufacturer_data",
4747
advertising_data_type=MANUFACTURING_DATA_ADT,
48-
company_id=
49-
ADAFRUIT_COMPANY_ID,
48+
company_id=ADAFRUIT_COMPANY_ID,
5049
key_encoding="<H",
5150
)
5251
color = ManufacturerDataField(_COLOR_DATA_ID, "<I")

0 commit comments

Comments
 (0)