From a7cfd9a6b0b6e9c5b5b3336f7dd47e662c5bba01 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 3 Apr 2025 16:58:24 -0400 Subject: [PATCH] Couple newlines --- .../OrganizationIntegrationConfiguration_ReadById.sql | 2 +- .../dbo/Stored Procedures/OrganizationIntegration_ReadById.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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