From 896dc83238eb144fab895c96a02c0fa271387627 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Mon, 11 May 2020 15:27:57 +0200 Subject: [PATCH] L #-: Indentation --- src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb b/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb index 33b4be982e..c54cd11735 100755 --- a/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb +++ b/src/im_mad/remotes/node-probes.d/monitor_ds_vm.rb @@ -29,7 +29,7 @@ end # rubocop:disable Lint/SuppressedException begin -ds_location = config.elements['DATASTORE_LOCATION'].text.to_s + ds_location = config.elements['DATASTORE_LOCATION'].text.to_s rescue StandardError end # rubocop:enable Lint/SuppressedException