Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manymoera committed Mar 22, 2024
1 parent 1364646 commit ed4fb10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "include/complex_number.h"

bool checkEQ(double a, double b) {
return std::fabs(a - b) <= 0.001;
bool checkEQ(double a, double b) {
return std::fabs(a - b) <= 0.001;
}

TEST(Soloninko_Andrey_ComplexNumberTest, Can_Create_Zero) {
Expand Down

0 comments on commit ed4fb10

Please sign in to comment.