Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavorJ committed Jan 5, 2021
1 parent aaf800d commit 9036b46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Adafruit_INA219.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ Adafruit_INA219::Adafruit_INA219(uint8_t addr) {
/*!
* @brief INA219 class destructor
*/
Adafruit_INA219::~Adafruit_INA219() {
delete i2c_dev;
}
Adafruit_INA219::~Adafruit_INA219() { delete i2c_dev; }

/*!
* @brief Sets up the HW (defaults to 32V and 2A for calibration values)
Expand Down

0 comments on commit 9036b46

Please sign in to comment.