mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 15:02:46 +08:00
Add automatic linter (#4214)
This commit is contained in:
@ -66,7 +66,6 @@ public class FibonacciSearch implements SearchAlgorithm {
|
||||
FibonacciSearch fsearch = new FibonacciSearch();
|
||||
int atIndex = fsearch.find(integers, shouldBeFound);
|
||||
|
||||
System.out.println("Should be found: " + shouldBeFound + ". Found " + integers[atIndex]
|
||||
+ " at index " + atIndex + ". An array length " + size);
|
||||
System.out.println("Should be found: " + shouldBeFound + ". Found " + integers[atIndex] + " at index " + atIndex + ". An array length " + size);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user