Skip to content

Commit 2aced95

Browse files
committed
fix missing space
1 parent a86a9e1 commit 2aced95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder/candidates_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ func TestDecoder_CandidatesAtPos_rightHandSide(t *testing.T) {
459459
},
460460
}
461461
testConfig := []byte(`myblock "foo" {
462-
num_attr =
462+
num_attr =
463463
}
464464
`)
465465

0 commit comments

Comments
 (0)