Skip to content

Commit

Permalink
Avoid new rule and previous rule on the same line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed Feb 18, 2019
1 parent b3e6e9d commit bb1361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Navicat_Keygen_Patch_By_DFoX/NC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ private void ScriviHost(string cosascrivere, string cosatrovare = "", bool rimuo
{
using (StreamWriter stream = new StreamWriter(hostPath, true, Encoding.Default))
{
stream.WriteLine(cosascrivere);
stream.WriteLine(Environment.NewLine + cosascrivere);
}
}
}
Expand Down

0 comments on commit bb1361d

Please sign in to comment.