Format code

Signed-off-by: Harsimran Singh Maan <maan.harry@gmail.com>
pull/4885/head
Harsimran Singh Maan 7 years ago
parent b0ba38ec81
commit 2336ca6eec
No known key found for this signature in database
GPG Key ID: B6C55D1AAAADD656

@ -122,7 +122,7 @@ func (t *templateCmd) run(cmd *cobra.Command, args []string) error {
// create the output-dir if it doesn't exist
if t.outputDir != "" {
if err := ensureDirectoryForFile(t.outputDir);err != nil {
if err := ensureDirectoryForFile(t.outputDir); err != nil {
return err
}
}

Loading…
Cancel
Save