Formatting formatting.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@729 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -45,7 +45,8 @@ public class Percentiler
|
||||
/**
|
||||
* Creates a percentiler that expects values to fall within the given range.
|
||||
*/
|
||||
public Percentiler(int min, int max) {
|
||||
public Percentiler (int min, int max)
|
||||
{
|
||||
_min = min;
|
||||
_max = max;
|
||||
_fixedRange = true;
|
||||
|
||||
Reference in New Issue
Block a user