Skip to content

Commit

Permalink
Remove duplicate semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Faracik <[email protected]>
  • Loading branch information
mawinter69 and janfaracik authored Oct 1, 2024
1 parent 99ab03d commit f37738f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Behaviour.specify(
} else {
notificationBar.show(failure, notificationBar.ERROR)
}
});;
});
return false;
};
},
Expand Down

0 comments on commit f37738f

Please sign in to comment.