From 294197386ddfc195c59b81c50cc8c7699e840e43 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 28 Apr 2022 16:29:37 -0700 Subject: [PATCH] commit with obvious gofmt issue --- github/github.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/github/github.go b/github/github.go index 080a8794dd3..8a053eaedcc 100644 --- a/github/github.go +++ b/github/github.go @@ -9,9 +9,9 @@ package github import ( - "bytes" - "context" - "encoding/json" +"bytes" +"context" + "encoding/json" "errors" "fmt" "io"