IPVGO: Fix formatting to avoid breaking external editors (#1215)

This commit is contained in:
Michael Ficocelli
2024-04-11 17:28:06 -04:00
committed by GitHub
parent ed59f325ef
commit dd3975ab1d
3 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -8,5 +8,12 @@
**Signature:**
```typescript
type GoOpponent = "Netburners" | "Slum Snakes" | "The Black Hand" | "Tetrads" | "Daedalus" | "Illuminati" | "????????????";
type GoOpponent =
| "Netburners"
| "Slum Snakes"
| "The Black Hand"
| "Tetrads"
| "Daedalus"
| "Illuminati"
| "????????????";
```