Skip to content
Snippets Groups Projects
Commit c47765a3 authored by Thomas Kennedy's avatar Thomas Kennedy
Browse files

Correct code formatting

parent c622f143
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ where
if f(x_n) * f(a_n) > 0.0 {
a_n = x_n;
// b_n - No change
// b_n - No change
} else {
// a_n - No Change
b_n = x_n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment