Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Jun 20, 2020
1 parent b4a50c1 commit f2ce415
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples-formatted-by-hand/trivadis.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master/docs/3-coding-style/coding-style.md#example
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main/docs/3-coding-style/coding-style.md#example

CREATE OR REPLACE PROCEDURE set_salary(
in_employee_id IN employees.employee_id%TYPE
Expand Down
2 changes: 1 addition & 1 deletion results/formatted-by-plsql-developer/trivadis.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master/docs/3-coding-style/coding-style.md#example
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main/docs/3-coding-style/coding-style.md#example

CREATE OR REPLACE PROCEDURE set_salary(in_employee_id IN employees.employee_id%TYPE) IS
CURSOR c_employees(p_employee_id IN employees.employee_id%TYPE) IS
Expand Down
2 changes: 1 addition & 1 deletion results/formatted-by-sql-developer/trivadis.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master/docs/3-coding-style/coding-style.md#example
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main/docs/3-coding-style/coding-style.md#example

CREATE OR REPLACE PROCEDURE set_salary (
in_employee_id IN employees.employee_id%TYPE
Expand Down
2 changes: 1 addition & 1 deletion sqldev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<scm>
<connection>scm:git:git://github.com/Trivadis/plsql-formater-settings.git</connection>
<developerConnection>scm:git:[email protected]:Triviadis/plsql-formatter-settings.git</developerConnection>
<tag>master</tag>
<tag>main</tag>
<url>https://github.com/Trivadis/plsql-formatter-settings</url>
</scm>

Expand Down

0 comments on commit f2ce415

Please sign in to comment.