BANISH THE COMMAS

This commit is contained in:
Kat Marchán 2020-12-14 00:30:08 -08:00
parent 0cbb505c97
commit 775aa0fed0
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs {
strategy {
matrix {
rust "1.46.0" "stable"
os "ubuntu-latest", "macOS-latest", "windows-latest"
os "ubuntu-latest" "macOS-latest" "windows-latest"
}
}