Skip to content

Commit

Permalink
Correct style issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Dec 11, 2024
1 parent 0035ba2 commit 4d3cc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/detail/convert_patch_json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function(rapids_cpm_convert_patch_json)
"${CMAKE_BINARY_DIR}/rapids-cmake/patches/${_RAPIDS_PACKAGE_NAME}/embedded_patch_${_RAPIDS_INDEX}.${type}"
)

# Transform from a list of strings to a single file
# Transform from a list of strings to a single file
string(JSON content_length LENGTH "${json_content}")
math(EXPR content_length "${content_length} - 1")
unset(file_content)
Expand Down

0 comments on commit 4d3cc0d

Please sign in to comment.