remove trailing whitespace

This commit is contained in:
Björn Lässig 2016-07-01 19:08:09 +02:00
parent ada72ea3c7
commit a908e61d1e

View File

@ -150,7 +150,7 @@ def main():
_log.debug('Found arguments %r', args)
check = nagiosplugin.Check(
Systemd_Service(**vars(args)),
Service_Context('service_state', fmt_metric="ServiceState is {value[0]}({value[1]})")
Service_Context('service_state', fmt_metric="ServiceState is {value[0]}({value[1]})"),
)
check.main(args.verbose, args.timeout)