mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Ran dotnet format
This commit is contained in:
@ -45,7 +45,7 @@ public class RerunableSqlTableJournal : SqlTableJournal
|
|||||||
command.Parameters.Add(scriptNameParam);
|
command.Parameters.Add(scriptNameParam);
|
||||||
|
|
||||||
var scriptFilename = script.Name.Replace("Bit.Migrator.", "");
|
var scriptFilename = script.Name.Replace("Bit.Migrator.", "");
|
||||||
scriptFilename = scriptFilename.Substring(scriptFilename.IndexOf('.')+1);
|
scriptFilename = scriptFilename.Substring(scriptFilename.IndexOf('.') + 1);
|
||||||
|
|
||||||
var scriptFileNameParam = command.CreateParameter();
|
var scriptFileNameParam = command.CreateParameter();
|
||||||
scriptFileNameParam.ParameterName = "scriptFileName";
|
scriptFileNameParam.ParameterName = "scriptFileName";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using Bit.Migrator;
|
using Bit.Migrator;
|
||||||
using Microsoft.Extensions.Logging;
|
|
||||||
using CommandDotNet;
|
using CommandDotNet;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
internal class Program
|
internal class Program
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user