Skip to content

Commit fb7a87b

Browse files
author
LAPTOP-465HP6VI\Victor
committed
Cleaned up formatting
1 parent 6d97885 commit fb7a87b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RadixSort.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ HpcAlgorithms.Sorting = (function()
186186

187187
return outputArrayHasResult ? outputArray : inputArray;
188188
}
189-
190-
return {
191-
//someProperty: 'prop value',
192-
RadixSortLsdUInt32: RadixSortLsdUInt32,
189+
190+
return {
191+
//someProperty: 'prop value',
192+
RadixSortLsdUInt32: RadixSortLsdUInt32,
193193
RadixSortLsdUdtUInt32: RadixSortLsdUdtUInt32
194-
};
194+
};
195195
})();

0 commit comments

Comments
 (0)