Skip to content

Commit 2dc04df

Browse files
dev-mauliidoocs
authored andcommitted
style: format code and docs with prettier
1 parent c354ddd commit 2dc04df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/0900-0999/0935.Knight Dialer/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public class Solution {
197197
C = (tempA + (2 * tempD) % MOD) % MOD;
198198
D = tempC;
199199
}
200-
200+
201201
int ans = (A + B) % MOD;
202202
ans = (ans + C) % MOD;
203203
return (ans + D) % MOD;

0 commit comments

Comments
 (0)