Skip to content

Commit 042c7cc

Browse files
committed
Add line break
1 parent c82cf53 commit 042c7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GrabWindows10LockScreenPictures/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
namespace GrabWindows10LockScreenPictures {
88
class Program {
99
static readonly string App_Folder = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\Grab Windows 10 Lock Screen Pictures";
10+
1011
static void Main(string[] args) {
1112
try {
1213
string userName = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile).Replace(@"C:\Users\", "");

0 commit comments

Comments
 (0)