Skip to content

Commit

Permalink
Update registry.jl -- new capitalisation for SpaSM
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi authored Nov 6, 2024
1 parent 988ffe4 commit 35726f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,4 @@ add_format(format"QOI", "qoif", ".qoi", [:QOI => UUID("4b34888f-f399-49d4-9bb3-4
add_format(format"BIB", (), [".bib"], [:Bibliography => UUID("f1be7e48-bf82-45af-a471-ae754a193061")])

# sparse matrices
add_format(format"SMS", (), ".sms", [:Spasm => UUID("017bf598-072c-475c-a75e-c3e68736ce70")])
add_format(format"SMS", (), ".sms", [:SpaSM => UUID("017bf598-072c-475c-a75e-c3e68736ce70")])

0 comments on commit 35726f7

Please sign in to comment.