Fitbit / bitgatt

The FitbitGatt API is designed to provide a strong state machine around all Android gatt operations with the aim of making Android BLE development across Android vendors as straightforward and side-effect free as possible.
Mozilla Public License 2.0
57 stars 17 forks source link

Fixing build warnings and reverting coding standards for file #74

Closed sbang002 closed 2 years ago

sbang002 commented 2 years ago

Fixes #

description

Fixing build warnings and reverting coding standards for file

changes

-reverted spacing -added @Nullable

how tested

successfully built

khanmurtuza commented 2 years ago

Its hard to read whats changes, you may want to submit a single PR that reformats all file to current format

sbang002 commented 2 years ago

Its hard to read whats changes, you may want to submit a single PR that reformats all file to current format

basically just reversed the formatting to the one before the last merged PR and then added @Nullable to some functions