Skip to content

Commit d5155ca

Browse files
committed
Fix formatting issue
1 parent df43d17 commit d5155ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/buf/imports_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ func TestInvalidNonexistentImportFromDirectDep(t *testing.T) {
170170
t, nil, bufctl.ExitCodeFileAnnotation,
171171
fmt.Sprintf(
172172
`error: imported file does not exist
173-
--> %s:6:1
173+
--> %[1]s:6:1
174174
|
175175
6 | import "people/v1/people_nonexistent.proto"; // but nonexistent file in explicit direct import
176176
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here
177177
178178
error: cannot find `+"`people.v1.Person2`"+` in this scope
179-
--> %s:10:3
179+
--> %[1]s:10:3
180180
|
181181
10 | people.v1.Person2 person2 = 2;
182182
| ^^^^^^^^^^^^^^^^^ not found in this scope

0 commit comments

Comments
 (0)