Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 13, 2023
1 parent 45282f3 commit ba58b67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/diff1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- ../app/CMakeLists.txt 2023-10-13 11:41:25.191623176 +0000
+++ ../app/CMakeLists.txt 2023-10-13 11:41:26.903635331 +0000
@@ -220,10 +220,8 @@

if (NOT USE_MM_SERVER_API_KEY)
set_property(
- SOURCE test/testmerginapi.cpp
- PROPERTY COMPILE_DEFINITIONS
- USE_MERGIN_DUMMY_API_KEY
- )
+ SOURCE test/testmerginapi.cpp PROPERTY COMPILE_DEFINITIONS USE_MERGIN_DUMMY_API_KEY
+ )
endif ()
endif ()

0 comments on commit ba58b67

Please sign in to comment.