Skip to content

Commit 79307d0

Browse files
format bad example as good example in G-7120 to avoid distraction
1 parent 67baa4a commit 79307d0

File tree

1 file changed

+1
-2
lines changed
  • docs/4-language-usage/7-stored-objects/1-general

1 file changed

+1
-2
lines changed

docs/4-language-usage/7-stored-objects/1-general/g-7120.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ It's a good alternative for comments to indicate the end of program units, espec
1111

1212
``` sql
1313
create or replace package body employee_api is
14-
function -- NOSONAR: non-deterministic
15-
employee_by_id(in_employee_id in integer)
14+
function employee_by_id(in_employee_id in integer) -- NOSONAR: non-deterministic
1615
return employees%rowtype is
1716
co_employee_id constant employees.employee_id%type := in_employee_id;
1817
r_employee employees%rowtype;

0 commit comments

Comments
 (0)