summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-30 17:11:33 +0800
committerGitHub <noreply@github.com>2024-10-30 17:11:33 +0800
commit302e6042e332e2eb8fd0fb72b370770e6cc25dfd (patch)
tree61e8700867da18b45b75dbbe3e757542022e96c6
parent10549e6bacb405793f6c81a9094df7f3175648ef (diff)
Correct formatting (#5457)
-rw-r--r--CMakePresets.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index ec4f6a988..5be8467f4 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -131,9 +131,7 @@
{
"name": "releaseWithDebugInfo",
"inherits": "base",
- "configurations": [
- "RelWithDebInfo"
- ],
+ "configurations": ["RelWithDebInfo"],
"packageDirectory": "dist-releaseWithDebugInfo"
},
{