Skip to content

Commit

Permalink
remove weird newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 6, 2024
1 parent 5bdff40 commit 4b17924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OdbDesignTests/ArchiveTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "Fixtures/TestDataFixture.h"
#include "libarchive_extract.h"
#include "ArchiveExtractor.h"
#include <string>

using namespace std::filesystem;
using namespace Odb::Test::Fixtures;
Expand All @@ -11,7 +12,7 @@ using namespace Utils;

namespace Odb::Test
{
static inline constexpr char FILE_CONTENTS[] = "Hello, World!\n\n";
static inline constexpr char FILE_CONTENTS[] = "Hello, World!";

TEST_F(TestDataFixture, Test_LibArchive_CompressDir)
{
Expand Down

0 comments on commit 4b17924

Please sign in to comment.