fix whitespace

This commit is contained in:
Damodar Lohani
2023-04-05 08:28:32 +05:45
parent d806249f35
commit 3ffd2be427
@@ -75,9 +75,10 @@
addNotification({
type: 'success',
message:
'All services for ' + $project.name + ' has been ' + (status
? 'enabled.'
: 'disabled.')
'All services for ' +
$project.name +
' has been ' +
(status ? 'enabled.' : 'disabled.')
});
trackEvent(Submit.ProjectService);
} catch (error) {