Skip to content

Commit 61aeab4

Browse files
committed
chore: code review
1 parent a94b349 commit 61aeab4

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

Diff for: SQLDataTransfer.CLI/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private static void IniciarTransferencia(BaseConfigurationCollection<TablesEleme
175175
}
176176
else
177177
_logger.WriteLog($"\t {rcount.ToString("n0")} ForeingKey's desativadas! {tempo.Elapsed}");
178-
178+
179179
_logger.WriteLine();
180180
}
181181

Diff for: SQLDataTransfer.GUI/Program.cs

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
52
using System.Windows.Forms;
63

74
namespace SQLDataTransfer.GUI

Diff for: SQLDataTransfer.GUI/Properties/AssemblyInfo.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// As informações gerais sobre um assembly são controladas por

Diff for: SQLDataTransfer.GUI/frmMain.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ private void PrepareTransfer()
305305
{
306306
var tempo = new System.Diagnostics.Stopwatch();
307307
bool desativarFKs = chkConstraints.Checked;
308-
308+
309309
try
310310
{
311311
int rcount = 0;

0 commit comments

Comments
 (0)