Skip to content

Commit

Permalink
format bad example as good example in G-7120 to avoid distraction
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Mar 19, 2024
1 parent 67baa4a commit 79307d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/4-language-usage/7-stored-objects/1-general/g-7120.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ It's a good alternative for comments to indicate the end of program units, espec

``` sql
create or replace package body employee_api is
function -- NOSONAR: non-deterministic
employee_by_id(in_employee_id in integer)
function employee_by_id(in_employee_id in integer) -- NOSONAR: non-deterministic
return employees%rowtype is
co_employee_id constant employees.employee_id%type := in_employee_id;
r_employee employees%rowtype;
Expand Down

0 comments on commit 79307d0

Please sign in to comment.