Skip to content

Commit 31851f3

Browse files
pranjal030404idoocs
authored andcommitted
style: format code and docs with prettier
1 parent 0a67677 commit 31851f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/0000-0099/0001.Two Sum/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ int contains(Entry *table, int key, int *out_value) {
382382
return 1;
383383
}
384384
idx = (idx + 1) % TABLE_SIZE;
385-
if (idx == start) break;
385+
if (idx == start) break;
386386
}
387387
return 0;
388388
}

0 commit comments

Comments
 (0)