Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 1fe5e7f

Browse files
author
Max Schaefer
committed
Autoformat Go files.
1 parent ddf2bdb commit 1fe5e7f

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

  • ql/test
    • library-tests/semmle/go/frameworks/SQL/vendor/github.com/go-pg/pg
    • query-tests/Security/CWE-295/DisabledCertificateCheck

ql/test/library-tests/semmle/go/frameworks/SQL/vendor/github.com/go-pg/pg/pg.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/test/library-tests/semmle/go/frameworks/SQL/vendor/github.com/go-pg/pg/v9/pg.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/test/query-tests/Security/CWE-295/DisabledCertificateCheck/tst.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package main
22

33
import "testing"
44

5-
65
func TestSomethingExciting(t *testing.T) {
76
transport := &http.Transport{
87
TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, // OK

0 commit comments

Comments
 (0)