Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Jun 27, 2024
1 parent a658b00 commit fd47fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46"

[compat]
Aqua = "0.8"
MLStyle = "0.4.17"
ModelingToolkit = "9"
ParserCombinator = "2"
MLStyle = "0.4.17"
SafeTestsets = "0.1"
Test = "1.10"
julia = "1.10"
Expand Down
1 change: 0 additions & 1 deletion src/parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ end
BaseModelicaEQ(left, right)
BaseModelicaNEQ(left, right)
BaseModelicaIfExpression(conditions, expressions)

BaseModelicaArrayReference(term, indexes)
end

Expand Down

0 comments on commit fd47fd3

Please sign in to comment.