From 7ae3a85f21e2f75bd7f429c4d51438bd69de9ba5 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde Date: Tue, 4 Nov 2025 16:12:22 +0000 Subject: [PATCH] formatting correction Signed-off-by: Pratik Mankawde --- conan/profiles/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/profiles/ci b/conan/profiles/ci index a335f267de..16171984bb 100644 --- a/conan/profiles/ci +++ b/conan/profiles/ci @@ -8,4 +8,4 @@ include(./default) tools.build:cxxflags+=['-fsanitize=address,undefined,float-divide-by-zero,unsigned-integer-overflow'] {% elif sanitizers == "Thread" %} tools.build:cxxflags+=['-fsanitize=thread,undefined,float-divide-by-zero,unsigned-integer-overflow'] -{% endif %} \ No newline at end of file +{% endif %}