Skip to content

Commit 9dcf9f4

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#479 from apenney/fix-lint
Fix indentation.
2 parents cab1645 + 30973ff commit 9dcf9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/globals.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
},
8787
'FreeBSD' => '93',
8888
'Suse' => $::operatingsystem ? {
89-
'SLES' => '91',
90-
default => undef,
89+
'SLES' => '91',
90+
default => undef,
9191
},
9292
default => undef,
9393
}

0 commit comments

Comments
 (0)