Skip to content

Commit

Permalink
cpplint_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
STELLSAN committed Oct 23, 2024
1 parent c45b0eb commit d1c490a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
class HarryPotterBooks {
std::vector<int> books;

public:
public:
const double bookPrice = 8.0;

HarryPotterBooks(const std::vector<int>& book_counts);
explicit HarryPotterBooks(const std::vector<int>& book_counts);

std::vector<int> getBooks() const;
void setBooks(const std::vector<int>& book_counts);
Expand Down

0 comments on commit d1c490a

Please sign in to comment.