Skip to content

Commit

Permalink
* Build change
Browse files Browse the repository at this point in the history
* Code cleanup
  • Loading branch information
CodeDead committed Sep 12, 2016
1 parent 744d280 commit c97a028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Advanced PassGen/Advanced PassGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>key.ico</ApplicationIcon>
Expand Down
1 change: 0 additions & 1 deletion Advanced PassGen/Classes/PasswordGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ private static void FileWriter(string path, string text)
using (StreamWriter sw = new StreamWriter(path))
{
sw.Write(text);
sw.Close();
}
}
}
Expand Down

0 comments on commit c97a028

Please sign in to comment.