diff --git a/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByIdentifier.sql b/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByIdentifier.sql index 6e5aac0ea0..836f0cf85b 100644 --- a/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByIdentifier.sql +++ b/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByIdentifier.sql @@ -10,4 +10,4 @@ BEGIN [dbo].[SsoConfigView] WHERE [Identifier] = @Identifier -END \ No newline at end of file +END diff --git a/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByOrganizationId.sql b/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByOrganizationId.sql index 6bbf5a6d8c..f748b159e3 100644 --- a/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByOrganizationId.sql +++ b/src/Sql/dbo/Stored Procedures/SsoConfig_ReadByOrganizationId.sql @@ -10,4 +10,4 @@ BEGIN [dbo].[SsoConfigView] WHERE [OrganizationId] = @OrganizationId -END \ No newline at end of file +END diff --git a/src/Sql/dbo/Views/SsoConfigView.sql b/src/Sql/dbo/Views/SsoConfigView.sql index 28f889c48a..7bcfe15b4b 100644 --- a/src/Sql/dbo/Views/SsoConfigView.sql +++ b/src/Sql/dbo/Views/SsoConfigView.sql @@ -3,4 +3,4 @@ AS SELECT * FROM - [dbo].[SsoConfig] \ No newline at end of file + [dbo].[SsoConfig] diff --git a/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql b/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql index dadf2eb49e..20b8f22037 100644 --- a/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql +++ b/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql @@ -9,4 +9,4 @@ BEGIN CONSTRAINT [FK_SsoConfig_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([Id]) ); END -GO \ No newline at end of file +GO