| Index: vpython/application/application.go
|
| diff --git a/vpython/application/application.go b/vpython/application/application.go
|
| index 5cd6f168dfbcc5027e3b7824083aa87f0c36a2eb..ded8af10206a4e3dc76670ee9348946769296e8c 100644
|
| --- a/vpython/application/application.go
|
| +++ b/vpython/application/application.go
|
| @@ -102,7 +102,7 @@ type Config struct {
|
| // verification scenarios.
|
| //
|
| // If nil, verification will only include the validation of the spec protobuf.
|
| - WithVerificationConfig func(context.Context, func(Config, []*vpythonAPI.Pep425Tag) error) error
|
| + WithVerificationConfig func(context.Context, func(Config, []*vpythonAPI.PEP425Tag) error) error
|
| }
|
|
|
| type application struct {
|
|
|