Skip to content

Commit

Permalink
fix chips typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Nov 2, 2021
1 parent 606585a commit 73c7c9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19331,7 +19331,7 @@ public static float floatPyCast(Object a) {
if (o == null || o.isNone()) {
return QueryConstants.NULL_FLOAT;
}
return (float) o.getDoubleValue());
return (float) o.getDoubleValue();
}

public static char charPyCast(Object a) {
Expand Down

0 comments on commit 73c7c9d

Please sign in to comment.