Skip to content

Commit

Permalink
Ensure newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Sep 10, 2024
1 parent bcf67f9 commit 69a009c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ add_library(assignment src/sort.cpp)
target_include_directories(assignment PUBLIC include)

add_executable(assignment_main src/main.cpp)
target_link_libraries(assignment_main assignment)
target_link_libraries(assignment_main assignment)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ add_library(assignment src/sort.cpp)
target_include_directories(assignment PUBLIC include)

add_executable(assignment_main src/main.cpp)
target_link_libraries(assignment_main assignment)
target_link_libraries(assignment_main assignment)

0 comments on commit 69a009c

Please sign in to comment.