Skip to content

Commit

Permalink
Lintering
Browse files Browse the repository at this point in the history
  • Loading branch information
elpatron68 committed Jun 4, 2020
1 parent 7fdb67b commit 21cf04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SnowRunner-Tool/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ private void Button_Click(object sender, RoutedEventArgs e)

private async void MnPaths2_Click(object sender, RoutedEventArgs e)
{
string defaultPath = string.Empty;
string defaultPath;
if (!string.IsNullOrEmpty(SRPaksDir))
{
defaultPath = SRPaksDir;
Expand Down Expand Up @@ -632,7 +632,7 @@ private void MnBackupPak_Click(object sender, RoutedEventArgs e)
string f = SRPaksDir + @"\initial.pak";
if (File.Exists(f))
{
string zipFileName = Backup.BackupSingleFile(f, MyBackupDir, "pakbackup");
_ = Backup.BackupSingleFile(f, MyBackupDir, "pakbackup");
ReadBackups();
}
else
Expand Down

0 comments on commit 21cf04c

Please sign in to comment.