Skip to content

Commit bcdd176

Browse files
author
兰小方
committed
设置代码格式。
1 parent b345f57 commit bcdd176

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/dotnetCampus.OfficeDocumentZipper/MainWindow.xaml.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ private void UnzipFile()
104104
{
105105
// 这个方法对嵌入excel表格的PPT文件进行处理。
106106
UnZipOleObjectFile();
107-
}catch(Exception exception)
107+
}
108+
catch (Exception exception)
108109
{
109110
Warn(exception.ToString());
110111
}
111-
112+
112113

113114
Warn("");
114115
}

0 commit comments

Comments
 (0)