Skip to content

Commit f184591

Browse files
committed
Fix formatting
1 parent 3917c49 commit f184591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: libraries/BLE/src/BLEAdvertisedDevice.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ class BLEAdvertisedDevice {
104104
const std::vector<uint8_t>::const_iterator end() const;
105105

106106
// Compatibility with Bluedroid
107-
[[deprecated]] ble_frame_type_t getFrameType() const;
107+
[[deprecated]]
108+
ble_frame_type_t getFrameType() const;
108109

109110
/**
110111
* @brief A template to convert the service data to <type\>.

0 commit comments

Comments
 (0)