Skip to content

Commit

Permalink
fix(objectionary#3010): back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Mar 30, 2024
1 parent ad45314 commit 3ebc7df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eo-runtime/src/main/java/EOorg/EOeolang/EOfloat$EOgt.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public final class EOfloat$EOgt extends PhDefault implements Atom {

@Override
public Phi lambda() {

return new Data.ToPhi(
new Param(this).strong(Double.class)
> new Param(this, "x").strong(Double.class)
Expand Down

0 comments on commit 3ebc7df

Please sign in to comment.