Skip to content

Commit

Permalink
Format Program.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Oct 5, 2023
1 parent f4484a9 commit c6232d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/GraphBLAS-sharp.Tests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ let algorithmsTests =
|> testSequenced

let deviceTests =
testList "Device" [ matrixTests; commonTests; vectorTests; algorithmsTests ]
testList
"Device"
[ matrixTests
commonTests
vectorTests
algorithmsTests ]
|> testSequenced

let hostTests =
Expand Down

0 comments on commit c6232d3

Please sign in to comment.