nayuki / Project-Euler-solutions

Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
https://www.nayuki.io/page/project-euler-solutions
1.89k stars 675 forks source link

Update LibraryTest.java #25

Closed nguyenducviet1999 closed 5 years ago

nguyenducviet1999 commented 5 years ago

Add Unittest flow of control for function reciprocalMod()

nayuki commented 5 years ago

Your indentation and your whitespace do not match my style conventions.

These are the same problems as your other pull request.

nguyenducviet1999 commented 5 years ago

sory.i thing Error occurred during copy and paste

nayuki commented 5 years ago

You are mixing tabs and spaces for indentation. Follow my code precisely, and only use tabs. Indent to the correct level on each line.