Skip to content

Commit

Permalink
applied gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vakenbolt committed Jul 11, 2020
1 parent 306405b commit 8422224
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions embed_assets/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var jsCode []byte

func init() {
htmlTemplate, _ = ioutil.ReadFile("../test_report.html.template")
jsCode, _ = ioutil.ReadFile("../test_report.js")
jsCode, _ = ioutil.ReadFile("../test_report.js")
}

func main() {
Expand All @@ -33,4 +33,4 @@ func main() {
dst = make([]byte, hex.EncodedLen(len(jsCode)))
hex.Encode(dst, jsCode)
_, _ = writer.WriteString(fmt.Sprintf("\n\nvar testReportJsCode = `%s`", string(dst)))
}
}
Loading

0 comments on commit 8422224

Please sign in to comment.