Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 6, 2022
1 parent 9572c81 commit 85d9470
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 19 deletions.
54 changes: 36 additions & 18 deletions local/platformsh/commands.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion local/platformsh/generator/commands.go
Expand Up @@ -178,7 +178,7 @@ func parseCommands(home string) (string, error) {
}
hide := ""
if command.Hidden {
hide = " Hidden: console.Hide,"
hide = "\n\t\tHidden: console.Hide,"
}
definitionAsString += fmt.Sprintf(` {
Category: "%s",
Expand Down

0 comments on commit 85d9470

Please sign in to comment.