Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stargazer2005 committed Dec 1, 2024
1 parent 5deaffe commit 8bd78f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion additional_tasks/template_task/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ target_link_libraries(
)

include(GoogleTest)
gtest_discover_tests(${PROJECT_NAME}_tests)
gtest_discover_tests(${PROJECT_NAME}_tests)
2 changes: 1 addition & 1 deletion additional_tasks/template_task/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
int main() { return 0; }
int main() { return 0; }
2 changes: 1 addition & 1 deletion additional_tasks/template_task/src/utils.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#pragma once
#pragma once

0 comments on commit 8bd78f8

Please sign in to comment.