From 20ae2dc6b483c66345141b79abdf651bd047afa7 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 19 Aug 2022 17:20:41 -0500 Subject: [PATCH] Run gofmt --- patch_ec_title_check.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patch_ec_title_check.go b/patch_ec_title_check.go index 3511801..2d03794 100644 --- a/patch_ec_title_check.go +++ b/patch_ec_title_check.go @@ -8,7 +8,7 @@ var NegateECTitle = PatchSet{ Name: "Negate EC Title Check", Patches: []Patch{ - Patch{ + { Name: "Permit downloading all titles", AtOffset: 619648, @@ -24,7 +24,7 @@ var NegateECTitle = PatchSet{ BLR(), }.Bytes(), }, - Patch{ + { Name: "Mark all titles as managed", AtOffset: 620656, @@ -37,7 +37,7 @@ var NegateECTitle = PatchSet{ BLR(), }.Bytes(), }, - Patch{ + { Name: "Mark all tickets as managed", AtOffset: 619904, Before: Instructions{ @@ -49,7 +49,7 @@ var NegateECTitle = PatchSet{ BLR(), }.Bytes(), }, - Patch{ + { Name: "Nullify ec::removeAllTitles", AtOffset: 588368, Before: Instructions{