Skip to content
Snippets Groups Projects
Commit bb16300d authored by Michele Alberti's avatar Michele Alberti
Browse files

[PyRAT] Remove useless spacing for lt and gt operators in driver.

parent 84f8872e
No related branches found
No related tags found
No related merge requests found
......@@ -137,9 +137,9 @@ theory ieee_float.Float64
syntax function (.-_) "(-%1)"
syntax predicate le "%1 <= %2"
syntax predicate lt "%1 < %2"
syntax predicate lt "%1 < %2"
syntax predicate ge "%1 >= %2"
syntax predicate gt "%1 > %2"
syntax predicate gt "%1 > %2"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment