Run gofmt

This commit is contained in:
Spotlight 2022-08-19 17:20:41 -05:00
parent f27917cd40
commit 20ae2dc6b4
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC

View File

@ -8,7 +8,7 @@ var NegateECTitle = PatchSet{
Name: "Negate EC Title Check", Name: "Negate EC Title Check",
Patches: []Patch{ Patches: []Patch{
Patch{ {
Name: "Permit downloading all titles", Name: "Permit downloading all titles",
AtOffset: 619648, AtOffset: 619648,
@ -24,7 +24,7 @@ var NegateECTitle = PatchSet{
BLR(), BLR(),
}.Bytes(), }.Bytes(),
}, },
Patch{ {
Name: "Mark all titles as managed", Name: "Mark all titles as managed",
AtOffset: 620656, AtOffset: 620656,
@ -37,7 +37,7 @@ var NegateECTitle = PatchSet{
BLR(), BLR(),
}.Bytes(), }.Bytes(),
}, },
Patch{ {
Name: "Mark all tickets as managed", Name: "Mark all tickets as managed",
AtOffset: 619904, AtOffset: 619904,
Before: Instructions{ Before: Instructions{
@ -49,7 +49,7 @@ var NegateECTitle = PatchSet{
BLR(), BLR(),
}.Bytes(), }.Bytes(),
}, },
Patch{ {
Name: "Nullify ec::removeAllTitles", Name: "Nullify ec::removeAllTitles",
AtOffset: 588368, AtOffset: 588368,
Before: Instructions{ Before: Instructions{