diff --git a/src/Sql/dbo/Stored Procedures/OrganizationIntegrationConfiguration_ReadById.sql b/src/Sql/dbo/Stored Procedures/OrganizationIntegrationConfiguration_ReadById.sql index 545904c6db..2db9ba3bf8 100644 --- a/src/Sql/dbo/Stored Procedures/OrganizationIntegrationConfiguration_ReadById.sql +++ b/src/Sql/dbo/Stored Procedures/OrganizationIntegrationConfiguration_ReadById.sql @@ -10,4 +10,4 @@ BEGIN [dbo].[OrganizationIntegrationConfiguration] WHERE [Id] = @Id -END \ No newline at end of file +END diff --git a/src/Sql/dbo/Stored Procedures/OrganizationIntegration_ReadById.sql b/src/Sql/dbo/Stored Procedures/OrganizationIntegration_ReadById.sql index a59fd4b075..352c26bb24 100644 --- a/src/Sql/dbo/Stored Procedures/OrganizationIntegration_ReadById.sql +++ b/src/Sql/dbo/Stored Procedures/OrganizationIntegration_ReadById.sql @@ -10,4 +10,4 @@ BEGIN [dbo].[OrganizationIntegration] WHERE [Id] = @Id -END \ No newline at end of file +END