Skip to content

Commit b355f3c

Browse files
committed
Test github is behaving
1 parent fe126fd commit b355f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/mainmenu/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const baseUrl = window.location.origin;
1616
// and filtered appropriately rather
1717
// than have multiple algorithm lists (here, above, SortingAlgorithms.js,
1818
// InsertSearchAlgorithms.js etc), as was done previously...
19-
// XXX also fix display code (see XXX elsewhere)
19+
// XXX also fix display code (see XXX elsewhere) - currently ugly and
20+
// broken; best just use something simple!
2021
const allAlgorithms = [
2122
{ name: 'Brute Force', url: `${baseUrl}/?alg=bruteForceStringSearch&mode=search` },
2223
{ name: "Horspool's", url: `${baseUrl}/?alg=horspoolStringSearch&mode=search` },

0 commit comments

Comments
 (0)