We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691767d commit 6f8d7dfCopy full SHA for 6f8d7df
Makefile
@@ -117,7 +117,7 @@ install-key:
117
fmt: sort-imports
118
@find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs gofmt -w -s
119
@go mod tidy -compat=1.20
120
- @cfmt -w -m=100 ./...
+ @cfmt -w -m=120 ./...
121
@gofumpt -w -extra .
122
@markdownlint --fix --quiet --config .markdownlint.yaml .
123
.PHONY: fmt
nodebuilder/tests/blob_test.go
@@ -111,7 +111,6 @@ func TestBlobModule(t *testing.T) {
111
assert.Equal(t, v1[0].Commitment, blobV1.Commitment)
112
assert.NotNil(t, blobV1.Signer())
113
assert.Equal(t, blobV1.Signer(), v1[0].Signer())
114
-
115
},
116
{
0 commit comments