Skip to content

Commit

Permalink
Merge pull request #778 from tealeg/gofmt-1.21
Browse files Browse the repository at this point in the history
Fix a couple of gofmt findings.
  • Loading branch information
tealeg authored Sep 13, 2023
2 parents 4d0f697 + c481775 commit 796b3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions reftable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ type RefTableSuite struct {
SharedStringsXML *bytes.Buffer
}

var reftabletest_sharedStringsXMLStr = (
`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
var reftabletest_sharedStringsXMLStr = (`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
count="4"
uniqueCount="4">
Expand Down
4 changes: 2 additions & 2 deletions theme_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
qt "github.com/frankban/quicktest"
)

func TestThemeColors(t *testing.T) {
c := qt.New(t)
func TestThemeColors(t *testing.T) {
c := qt.New(t)
themeXmlBytes := bytes.NewBufferString(`
<?xml version="1.0"?>
<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">
Expand Down

0 comments on commit 796b3f2

Please sign in to comment.