Skip to content

Commit

Permalink
Making linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vaterlangen committed Sep 14, 2024
1 parent bea83d8 commit b2cef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/BatteryStats.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class ZendureBatteryStats : public BatteryStats {
friend class ZendureBattery;

public:
explicit PackStats() {}
PackStats() {}
explicit PackStats(String serial) : _serial(serial) {}
virtual ~PackStats(){ }

Expand Down

0 comments on commit b2cef7d

Please sign in to comment.