Skip to content

Commit f06b9d4

Browse files
committed
Cleanup http_check.pp
1 parent d62d6a7 commit f06b9d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifests/integrations/http_check.pp

+3-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
'contact' => $contact,
236236
'ca_certs' => $ca_certs,
237237
}]
238-
} elsif !$instances{
238+
} elsif !$instances {
239239
$_instances = []
240240
} else {
241241
$_instances = $instances
@@ -271,7 +271,8 @@
271271
}
272272

273273
default: {
274-
Tuple([$key, $value]) }
274+
Tuple([$key, $value])
275+
}
275276
}
276277
})
277278
}

0 commit comments

Comments
 (0)