Skip to content

Commit

Permalink
tools-test: Make codefactor happy with whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsFineTM committed Jan 16, 2025
1 parent cc5e965 commit af0904c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tools-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ TEST(tools, isOutofBounds)

TEST(tools, normalize_link)
{

ASSERT_EQ(normalize_link("", ""), "");
ASSERT_EQ(normalize_link("/", ""), "");
ASSERT_EQ(normalize_link("", "/"), "/");
Expand Down Expand Up @@ -427,7 +426,6 @@ TEST(tools, getLinks)
"abcd href = qwerty src={123} xyz",
""
);

}
#undef EXPECT_LINKS

Expand Down

0 comments on commit af0904c

Please sign in to comment.