Skip to content

Commit

Permalink
fix missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhiwei committed Oct 29, 2019
1 parent 4938f69 commit 31bba48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ public boolean allowExtendedTrim() {

public boolean allowPluralTimeUnits() {
return SqlConformanceEnum.DEFAULT.allowPluralTimeUnits();

}

public boolean allowSelectTableFunction() {
return SqlConformanceEnum.DEFAULT.allowSelectTableFunction();
}
Expand Down

0 comments on commit 31bba48

Please sign in to comment.