Skip to content

Commit

Permalink
remove extra '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahranginwala authored Jul 18, 2023
1 parent f6a539b commit 3d6091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagelab_electron/src/controller/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class MainController {
this.#appliedOperators.push(
new Morphological(PROCESS_OPERATIONS.MORPHOLOGICAL, id)
);
break;\
break;
case PROCESS_OPERATIONS.ADAPTIVETHRESHOLDING:
this.#appliedOperators.push(
new AdaptiveThreshold(PROCESS_OPERATIONS.ADAPTIVETHRESHOLDING, id)
Expand Down

0 comments on commit 3d6091c

Please sign in to comment.