Skip to content

Commit c6232d3

Browse files
committed
Format Program.fs
1 parent f4484a9 commit c6232d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/GraphBLAS-sharp.Tests/Program.fs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,12 @@ let algorithmsTests =
9696
|> testSequenced
9797

9898
let deviceTests =
99-
testList "Device" [ matrixTests; commonTests; vectorTests; algorithmsTests ]
99+
testList
100+
"Device"
101+
[ matrixTests
102+
commonTests
103+
vectorTests
104+
algorithmsTests ]
100105
|> testSequenced
101106

102107
let hostTests =

0 commit comments

Comments
 (0)