Skip to content

Commit

Permalink
Fix unnecessary indentation in parameter list (apache#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick authored and rdblue committed Feb 15, 2019
1 parent c0a03c3 commit c8e8316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static Expression bind(StructType struct,
* @throws IllegalStateException if any references are already bound
*/
static Expression bind(StructType struct,
Expression expr) {
Expression expr) {
return Binder.bind(struct, expr, true);
}

Expand Down

0 comments on commit c8e8316

Please sign in to comment.