Skip to content

Conversation

@christiangnrd
Copy link
Member

Closes #548, #637, #649, #650, #651

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/KernelAbstractions.jl b/src/KernelAbstractions.jl
index f738a11e..60e589ab 100644
--- a/src/KernelAbstractions.jl
+++ b/src/KernelAbstractions.jl
@@ -714,8 +714,8 @@ include("nditeration.jl")
 using .NDIteration
 import .NDIteration: get
 
-function fake_new_function_to_test_format_and_coverage(badformat =85)
-    println(badformat)
+function fake_new_function_to_test_format_and_coverage(badformat = 85)
+    return println(badformat)
 end
 
 ###

This reverts commit a8a5ee6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant