Skip to content

Commit 1ef24fc

Browse files
committed
bad edit
1 parent 99bd2f8 commit 1ef24fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: run gofmt
16-
run: test -z "$(gofmt -d . | tee /dev/tty)"
16+
run: test -z "$(gofmt -d . | tee >&2)"
1717
buildifier:
1818
runs-on: ubuntu-latest
1919
container: docker://golang:1.13

pkg/blobstore/cloud_blob_access.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
type cloudBlobAccess struct {
18-
bucket *blob.Bucket
18+
bucket *blob.Bucket
1919
keyPrefix string
2020
storageType StorageType
2121
}

0 commit comments

Comments
 (0)