Skip to content

Commit

Permalink
Fix style compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Nov 20, 2022
1 parent dcbcf99 commit 3e6780a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion awa/src/awa-users-beans.adb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ package body AWA.Users.Beans is

-- Add a message to the flash context so that it will be displayed on the error page.
Flash.Set_Keep_Messages (True);
Messages.Factory.Add_Message (Ctx.all, "users.message_registration_disabled", Messages.INFO);
Messages.Factory.Add_Message (Ctx.all, "users.message_registration_disabled",
Messages.INFO);

end Register;

Expand Down
3 changes: 2 additions & 1 deletion awa/src/awa-users-servlets.adb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ package body AWA.Users.Servlets is
Server.Get_Name,
VERIFY_FILTER_REDIRECT_PARAM);
end if;
Server.Change_Password_Uri := Context.Get_Init_Parameter (VERIFY_FILTER_CHANGE_PASSWORD_PARAM);
Server.Change_Password_Uri
:= Context.Get_Init_Parameter (VERIFY_FILTER_CHANGE_PASSWORD_PARAM);
end Initialize;

-- ------------------------------
Expand Down

0 comments on commit 3e6780a

Please sign in to comment.