Skip to content

Commit 582521c

Browse files
author
xandora
authored
Update calculator/calculator.js
Fix duplicate semicolon
1 parent 71d3005 commit 582521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: calculator/calculator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const sum = function() {
1212

1313
const multiply = function() {
1414

15-
};;
15+
};
1616

1717
const power = function() {
1818

0 commit comments

Comments
 (0)