1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 12:13:17 +00:00

Small cleanup

This commit is contained in:
Mark Kincaid
2025-11-06 15:34:55 -08:00
parent bd3f358372
commit a6d74dabe3

View File

@@ -24,7 +24,6 @@ public class CsvMigrationRecipe(MigrationConfig config, ILoggerFactory loggerFac
// Separator constants for logging
private const string Separator = "================================================================================";
private const string ShortSeparator = "----------------------------------------";
public bool StartSshTunnel(bool force = false)
{