Skip to content

Commit

Permalink
fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed Jul 3, 2015
1 parent 93a0d3f commit e06b840
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ final class DataFrameStatFunctions private[sql](df: DataFrame) {
* be the distinct values of `col2`. The name of the first column will be `$col1_$col2`. Counts
* will be returned as `Long`s. Pairs that have no occurrences will have `null` as their counts.
* Null elements will be replaced by "null", and back ticks will be dropped from elements if they
* exist.
*
* exist.
*
*
* @param col1 The name of the first column. Distinct items will make the first item of
* each row.
Expand Down

0 comments on commit e06b840

Please sign in to comment.