aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/nu/if_else.nu
blob: 92b10573791132ffc1f1e0213e1848f757907bda (plain) (blame)
1
2
3
4
5
if true {
  true
} else {
  false
}