Skip to content

Commit 6b7469b

Browse files
author
jinvicky
committed
fix lint
1 parent 47b29ed commit 6b7469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coin-change/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public int coinChange(int[] coins, int amount) {
1313
}
1414
return dp[amount]>amount ? -1:dp[amount];
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)