Remove some none (#409)

Co-authored-by: orion GONZALEZ (contractor) <orion.gonzalez@amadeus.com>
This commit is contained in:
Ardi 2024-02-25 05:59:29 +01:00 committed by GitHub
parent dbd45e9ba7
commit dcd4a58643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -352,10 +352,7 @@
"match": {
"prefix": "match",
"body": [
"match ${1:expr} {",
" ${2:Some(expr)} => ${3:expr},",
" ${4:None} => ${5:expr},",
"}"
"match ${1:expr} {}"
],
"description": "match … { … }"
},