Skip to content

Commit

Permalink
Formatting test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Jan 9, 2025
1 parent 244b007 commit 6a1d51d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/bob/test_bob.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ static void test_multiple_line_question(void)
{
TEST_IGNORE();
TEST_ASSERT_EQUAL_STRING(
"Sure.",
hey_bob("\nDoes this cryogenic chamber make\n me look fat?"));
"Sure.", hey_bob("\nDoes this cryogenic chamber make\n me look fat?"));
}

static void test_starting_with_whitespace(void)
Expand Down

0 comments on commit 6a1d51d

Please sign in to comment.