Skip to content

Commit a8cc8e4

Browse files
committed
Add indenting example
1 parent 654fb10 commit a8cc8e4

File tree

1 file changed

+8
-0
lines changed
  • spec/fixtures/pass

1 file changed

+8
-0
lines changed

spec/fixtures/pass/1.pp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,12 @@
5252
'stuff'
5353
);
5454
}
55+
56+
$groups = if $arg1 { ['wheel'] } else { [] }
57+
58+
$nested_groups = if $arg1 {
59+
['wheel']
60+
} else {
61+
[]
62+
}
5563
}

0 commit comments

Comments
 (0)