Skip to content
Snippets Groups Projects
Commit 303e9bec authored by Cam Saul's avatar Cam Saul
Browse files

add missing semicolon :sweat:

parent 23e53003
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ DatabasesControllers.controller('DatabaseEdit', ['$scope', '$routeParams', '$loc
var hideSSLField = true;
$scope.shouldHideField = function(field) {
return hideSSLField && field.fieldName === 'ssl';
}
};
// update an existing Database
var update = function(database, details) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment