Skip to content

Commit

Permalink
Format with goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisChristou committed Jun 25, 2024
1 parent 6226466 commit 082743b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
include:
- go-version: 1.22.x
os: ubuntu-latest
- go-version: 1.22.x
os: ubuntu-latest
- go-version: 1.22.x
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down
12 changes: 7 additions & 5 deletions builtin/gen/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,11 +794,13 @@ var _bindata = map[string]func() (*asset, error){
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
//
// data/
// foo.txt
// img/
// a.png
// b.png
//
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
Expand Down
2 changes: 1 addition & 1 deletion logdb/logdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,4 @@ func (w *Writer) exec(query string, args ...interface{}) (err error) {
}
w.uncommittedCount++
return nil
}
}

0 comments on commit 082743b

Please sign in to comment.