Skip to content

Commit

Permalink
Add missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgardner1421 committed Aug 4, 2021
1 parent 4d4745e commit 23939be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
import CompatHelper
registries = [
Pkg.RegistrySpec(name = "General",
uuid = "23338594-aafe-5451-b93e-139f81909106"
uuid = "23338594-aafe-5451-b93e-139f81909106",
url = "https://github.com/JuliaRegistries/General.git"),
Pkg.RegistrySpec(name = "NQCDRegistry",
uuid = "7990252a-03d5-40b3-a380-28ea39a0ee77"
uuid = "7990252a-03d5-40b3-a380-28ea39a0ee77",
url = "https://github.com/NQCD/NQCDRegistry"),
Pkg.RegistrySpec(name = "MolSim",
uuid = "32ac3b6c-ffe8-11e9-1ee5-675a63b9b27b"
uuid = "32ac3b6c-ffe8-11e9-1ee5-675a63b9b27b",
url = "https://github.com/JuliaMolSim/MolSim.git")
]
CompatHelper.main(;registries=registries)
Expand Down

0 comments on commit 23939be

Please sign in to comment.