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

Commit f2ce415

Browse files
rename master branch to main
1 parent b4a50c1 commit f2ce415

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples-formatted-by-hand/trivadis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master/docs/3-coding-style/coding-style.md#example
1+
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main/docs/3-coding-style/coding-style.md#example
22

33
CREATE OR REPLACE PROCEDURE set_salary(
44
in_employee_id IN employees.employee_id%TYPE

results/formatted-by-plsql-developer/trivadis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master/docs/3-coding-style/coding-style.md#example
1+
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main/docs/3-coding-style/coding-style.md#example
22

33
CREATE OR REPLACE PROCEDURE set_salary(in_employee_id IN employees.employee_id%TYPE) IS
44
CURSOR c_employees(p_employee_id IN employees.employee_id%TYPE) IS

results/formatted-by-sql-developer/trivadis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/master/docs/3-coding-style/coding-style.md#example
1+
-- based on https://github.com/Trivadis/plsql-and-sql-coding-guidelines/blob/main/docs/3-coding-style/coding-style.md#example
22

33
CREATE OR REPLACE PROCEDURE set_salary (
44
in_employee_id IN employees.employee_id%TYPE

sqldev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<scm>
157157
<connection>scm:git:git://github.com/Trivadis/plsql-formater-settings.git</connection>
158158
<developerConnection>scm:git:[email protected]:Triviadis/plsql-formatter-settings.git</developerConnection>
159-
<tag>master</tag>
159+
<tag>main</tag>
160160
<url>https://github.com/Trivadis/plsql-formatter-settings</url>
161161
</scm>
162162

0 commit comments

Comments
 (0)