Skip to content

Commit

Permalink
correct doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ogobrecht committed Jun 20, 2019
1 parent 87b74ac commit b9a2c46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions PLEX.pks
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ WITH
p_base_path_data => 'app_data'));
END backapp;
SELECT backapp FROM dual;
{{/}}
```
**/

Expand Down Expand Up @@ -322,7 +321,6 @@ WITH
RETURN v_return;
END queries_to_csv_zip;
SELECT queries_to_csv_zip FROM dual;
{{/}}
```
**/

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ WITH
p_base_path_data => 'app_data'));
END backapp;
SELECT backapp FROM dual;
/
```

SIGNATURE
Expand Down Expand Up @@ -307,7 +306,6 @@ WITH
RETURN v_return;
END queries_to_csv_zip;
SELECT queries_to_csv_zip FROM dual;
/
```

SIGNATURE
Expand Down

0 comments on commit b9a2c46

Please sign in to comment.