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

linty fix -- remove unnecessary semicolon :smiling_imp:

parent 303e9bec
Branches
Tags
No related merge requests found
......@@ -163,7 +163,7 @@ SetupControllers.controller('SetupConnection', ['$scope', '$routeParams', '$loca
function displayConnectionValidationError(error) {
console.log(error);
$scope.error = "Invalid Connection String - " + error.data.message;
};
}
// now perform the connection validation
if (newConnection) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment