Skip to content

Commit f817c77

Browse files
committed
MonitoringConnectionForm: indentation
1 parent bc7ee14 commit f817c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/Vspheredb/Web/Form/MonitoringConnectionForm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ public function onSuccess()
229229
Notification::success($this->translate('Monitoring Integration has been modified'));
230230
} else {
231231
$priority = (int) $db->fetchOne(
232-
$db->select()->from('monitoring_connection', 'MAX(priority)')
233-
) + 1;
232+
$db->select()->from('monitoring_connection', 'MAX(priority)')
233+
) + 1;
234234
$db->insert('monitoring_connection', $values + [
235235
'priority' => $priority,
236236
]);

0 commit comments

Comments
 (0)