Skip to content

Conversation

@christiangnrd
Copy link
Member

Brings behaviour in line with Base

@github-actions
Copy link
Contributor

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

Click here to view the suggested changes.
diff --git a/test/testsuite/construction.jl b/test/testsuite/construction.jl
index 50ae02e..742fd8e 100644
--- a/test/testsuite/construction.jl
+++ b/test/testsuite/construction.jl
@@ -131,7 +131,7 @@
             @test Array(A) == one(rand(T, 2, 2))
 
             A = one(AT(rand(T, 0, 0)))
-            @test A isa AT{T,2}
+            @test A isa AT{T, 2}
             @test Array(A) == one(rand(T, 0, 0))
 
             A = oneunit(AT(rand(T, 2, 2)))

@maleadt maleadt merged commit 0ec1c97 into master Nov 24, 2025
19 checks passed
@maleadt maleadt deleted the one branch November 24, 2025 08:03
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.

3 participants