1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

no extra new line needed

This commit is contained in:
Kyle Spearrin 2017-11-08 21:01:28 -05:00
parent 928fd5bc82
commit 2298853fd4

View File

@ -147,7 +147,6 @@ SA_PASSWORD=SECRET
{
sw.WriteLine($"{item.Key}={item.Value}");
}
sw.WriteLine(string.Empty);
}
using(var sw = File.CreateText("/bitwarden/env/mssql.override.env"))
@ -156,7 +155,6 @@ SA_PASSWORD=SECRET
{
sw.WriteLine($"{item.Key}={item.Value}");
}
sw.WriteLine(string.Empty);
}
}
}