Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align statements when using if statement with return values #14

Open
altrive opened this issue May 2, 2015 · 0 comments
Open

Align statements when using if statement with return values #14

altrive opened this issue May 2, 2015 · 0 comments

Comments

@altrive
Copy link
Owner

altrive commented May 2, 2015

Example

$result = if ($false)
          { "abc" } else  #True
          { "def" }       #False

Ref: https://connect.microsoft.com/PowerShell/Feedback/Details/53059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant