mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix syntax error in fixture
This commit is contained in:
2
packages/go-to-line/spec/fixtures/sample.js
vendored
2
packages/go-to-line/spec/fixtures/sample.js
vendored
@@ -14,7 +14,7 @@ var quicksort = function () {
|
||||
|
||||
// adapted from:
|
||||
// https://github.com/nzakas/computer-science-in-javascript/tree/master/algorithms/sorting/merge-sort-recursive
|
||||
var mergeSort function (items){
|
||||
var mergeSort = function (items){
|
||||
var merge = function (left, right){
|
||||
var result = [];
|
||||
var il = 0;
|
||||
|
||||
Reference in New Issue
Block a user