Skip to content

Commit

Permalink
Format code gen output
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuntao Lu committed Jan 19, 2018
1 parent 220d77d commit 847f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/module.go
Expand Up @@ -884,7 +884,7 @@ func (system *ModuleSystem) GenerateBuild(
classInstance.Directory,
)
fmt.Printf(
"Generating %8s %8s %-20s in %-30s %d/%d\n",
"Generating %12s %12s %-20s in %-40s %d/%d\n",
classInstance.ClassType,
classInstance.ClassName,
classInstance.InstanceName,
Expand Down

0 comments on commit 847f640

Please sign in to comment.