Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 10, 2023
1 parent 9d94b9f commit b4d2a2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ FetchContent_MakeAvailable(googletest)
find_package(Boost 1.67.0 COMPONENTS system filesystem REQUIRED)

add_executable(ftp_test
ascii_istream.cpp
ascii_ostream.cpp
client.cpp
replies.cpp
reply.cpp
test_helpers.cpp
test_helpers.hpp
utils.cpp)
ascii_istream.cpp
ascii_ostream.cpp
client.cpp
replies.cpp
reply.cpp
test_helpers.cpp
test_helpers.hpp
utils.cpp)

target_link_libraries(ftp_test
PRIVATE
Expand Down

0 comments on commit b4d2a2d

Please sign in to comment.