Skip to content

Commit

Permalink
Fix check errors (single newline)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunge committed Jul 23, 2020
1 parent 81b55c1 commit 9f098b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/plugins/ceph.pp
Expand Up @@ -4,4 +4,3 @@
osds => [ 'osd.0', 'osd.1', 'osd.2'],
}


4 changes: 2 additions & 2 deletions examples/plugins/filecount.pp
Expand Up @@ -7,11 +7,11 @@
},
}

collectd::plugin::filecount::directory {'foodir':
collectd::plugin::filecount::directory { 'foodir':
path => '/path/to/dir',
}

collectd::plugin::filecount::directory {'aborted-uploads':
collectd::plugin::filecount::directory { 'aborted-uploads':
path => '/var/spool/foo/upload',
pattern => '.part.*',
mtime => '5m',
Expand Down

0 comments on commit 9f098b8

Please sign in to comment.