Skip to content

Commit 6f8d7df

Browse files
committed
fix
1 parent 691767d commit 6f8d7df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ install-key:
117117
fmt: sort-imports
118118
@find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs gofmt -w -s
119119
@go mod tidy -compat=1.20
120-
@cfmt -w -m=100 ./...
120+
@cfmt -w -m=120 ./...
121121
@gofumpt -w -extra .
122122
@markdownlint --fix --quiet --config .markdownlint.yaml .
123123
.PHONY: fmt

nodebuilder/tests/blob_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ func TestBlobModule(t *testing.T) {
111111
assert.Equal(t, v1[0].Commitment, blobV1.Commitment)
112112
assert.NotNil(t, blobV1.Signer())
113113
assert.Equal(t, blobV1.Signer(), v1[0].Signer())
114-
115114
},
116115
},
117116
{

0 commit comments

Comments
 (0)