Skip to content

Commit

Permalink
GH AdaCore#324: fix minor style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-amiard committed Sep 12, 2019
1 parent a877633 commit daeb117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ada/extensions/src/libadalang-expr_eval.adb
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ package body Libadalang.Expr_Eval is
end if;

when others =>
raise Property_Error with "Cannot transform decl " &
D.Kind'Image;
raise Property_Error
with "Cannot eval decl " & D.Kind'Image;
end case;
end Eval_Decl;

Expand Down

0 comments on commit daeb117

Please sign in to comment.