summaryrefslogtreecommitdiff
path: root/tests/log_templates.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log_templates.pp')
-rw-r--r--tests/log_templates.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/log_templates.pp b/tests/log_templates.pp
index 79f1e8f..a6bf75b 100644
--- a/tests/log_templates.pp
+++ b/tests/log_templates.pp
@@ -1,4 +1,4 @@
-class{'rsyslog::client':
+class { 'rsyslog::client':
log_templates => [
{
name => 'RFC3164fmt',
@@ -6,4 +6,4 @@ class{'rsyslog::client':
},
],
actionfiletemplate => 'RFC3164fmt',
-} \ No newline at end of file
+}