format coding style (#969)

This commit is contained in:
Kevin Wan
2021-08-27 23:09:47 +08:00
committed by GitHub
parent 3203f8e06b
commit 519db812b4
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ func (g *RPCGenerator) Generate(src, target string, protoImportPath []string, go
return err
}
dirCtx, err := mkdir(projectCtx, proto,g.cfg)
dirCtx, err := mkdir(projectCtx, proto, g.cfg)
if err != nil {
return err
}