Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel authored Jan 18, 2019
1 parent efe99a6 commit c14bb6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -1311,10 +1311,9 @@ dwv.App = function ()
function handleAbort(error)
{
// log
if ( error && error.message ) {
if ( error && error.message ) {
console.warn(error.message);
}
else {
} else {
console.warn("Abort called.");
}
// stop progress
Expand Down

0 comments on commit c14bb6b

Please sign in to comment.