Skip to content

Commit

Permalink
Merge pull request #38 from seansouthern/patch-1
Browse files Browse the repository at this point in the history
Remove some excess whitespace in Label type
  • Loading branch information
mimno committed Sep 3, 2015
2 parents 7cdd43d + 6f28188 commit 83746c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cc/mallet/types/Label.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ public int indexAtLocation (int loc)

public LabelVector toLabelVector ()
{
return new LabelVector ((LabelAlphabet)dictionary,
new int[] {index}, new double[] {weightOfLabel});
return new LabelVector ((LabelAlphabet)dictionary, new int[] {index}, new double[] {weightOfLabel});
}

public boolean equals (Object l) {
Expand Down

0 comments on commit 83746c8

Please sign in to comment.