1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

formatting

This commit is contained in:
Matt Portune
2020-06-21 23:42:27 -04:00
parent 8e7cb082ad
commit 519226f824
4 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@ BEGIN
CONSTRAINT [FK_SsoConfig_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([Id])
);
END
GO
GO