Skip to content

Commit 96585cd

Browse files
authored
Fixing Lint check failed case
Corrected file path for 'CalculatePi.cpp' in the README (Line 3735) and removed extra tab causing whitespace issue on line 2099.
1 parent d20a182 commit 96585cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ In order to achieve greater coverage and encourage more people to contribute to
20962096
</a>
20972097
</td>
20982098
</tr>
2099-
<tr>
2099+
<tr>
21002100
<td><a href="https://en.wikipedia.org/wiki/Graph_(abstract_data_type)">Graph</a></td>
21012101
<td> <!-- C -->
21022102
<a href="./src/c/Graphs.c">
@@ -3732,7 +3732,7 @@ In order to achieve greater coverage and encourage more people to contribute to
37323732
</a>
37333733
</td>
37343734
<td> <!-- C++ -->
3735-
<a href="src/cpp/CalculatePi.cpp">
3735+
<a href="./src/cpp/CalculatePi.cpp">
37363736
<img align="center" height="25" src="./logos/cplusplus.svg" />
37373737
</a>
37383738
</td>

0 commit comments

Comments
 (0)