Skip to content

Commit 3b32210

Browse files
formatting changes
Signed-off-by: Pratik Mankawde <[email protected]>
1 parent 21b9f6d commit 3b32210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/strategy-matrix/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
124124
cmake_args = f'{cmake_args} -Dwextra=ON'
125125
if build_type == 'Release':
126126
cmake_args = f'{cmake_args} -Dassert=ON'
127-
127+
128128
# We skip all RHEL on arm64 due to a build failure that needs further
129129
# investigation.
130130
if os['distro_name'] == 'rhel' and architecture['platform'] == 'linux/arm64':

conan/profiles/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include(./incsanitizers)
1+
include(./incsanitizers)

0 commit comments

Comments
 (0)