Skip to content

Commit 42f5d04

Browse files
committed
Cleaned up trailing whitespace
1 parent 32a7eb6 commit 42f5d04

File tree

1 file changed

+2
-2
lines changed
  • security/conditional-installer

1 file changed

+2
-2
lines changed

security/conditional-installer/main.cf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bundle agent main
1313
# Mock data, should be based on input:
1414
# "packages_to_uninstall"
1515
# string => 'talk,talk-server,telnet,telnet-server';
16-
#
16+
#
1717
# "packages_to_install"
1818
# data => '[
1919
# {"packages": "talk,talk-server", "condition": "any", "why": ""},
@@ -33,7 +33,7 @@ bundle agent main
3333
# Determine packages to uninstall:
3434
"_packages_to_uninstall_unfiltered"
3535
slist => string_split("$(packages_to_uninstall)", ",", 100);
36-
36+
3737
"_packages_to_uninstall"
3838
slist => difference(
3939
_packages_to_uninstall_unfiltered,

0 commit comments

Comments
 (0)