Minor nit suggestion

This commit is contained in:
Andy Feller 2024-11-06 16:12:55 -05:00
parent 509a181d79
commit 2435f6915b

View file

@ -19,7 +19,7 @@ type Context struct {
}
// NewContextForTests creates a new `ssh.Context` with internal properties set to the
// specified values. It should only be used to testing to inject test-specific setup.
// specified values. It should only be used to inject test-specific setup.
func NewContextForTests(configDir, keygenExe string) Context {
return Context{
configDir,