Skip to content

Commit 62a118a

Browse files
committed
* Format fix
1 parent b943b29 commit 62a118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Advanced PassGen/Windows/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ private void BtnExport_Click(object sender, RoutedEventArgs e)
327327
{
328328
if (LsvPasswordList.Items.Count == 0) return;
329329

330-
SaveFileDialog sfd = new SaveFileDialog {Filter = "Text file(*.txt)|*.txt|HTML file(*.html)|*.html|CSV file(*.csv)|*.csv|Excel file (*.csv)|*.csv"};
330+
SaveFileDialog sfd = new SaveFileDialog {Filter = "Text file (*.txt)|*.txt|HTML file (*.html)|*.html|CSV file (*.csv)|*.csv|Excel file (*.csv)|*.csv"};
331331
bool? res = sfd.ShowDialog();
332332
if (res != true) return;
333333
try

0 commit comments

Comments
 (0)