Skip to content

Commit 891ad63

Browse files
committed
fix lint error
1 parent bde1faf commit 891ad63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best-time-to-buy-and-sell-stock/robinyoon-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ var maxProfit = function(prices) {
1919

2020
return maxProfit;
2121

22-
};
22+
};

0 commit comments

Comments
 (0)