mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Code formatting
This commit is contained in:
parent
9e18e19eec
commit
d15194f789
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
@ -984,6 +983,7 @@ private async void MainWindow_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
await CheckForUpdates(false);
|
await CheckForUpdates(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RichTextBox_SelectionChanged(object sender, EventArgs e)
|
private void RichTextBox_SelectionChanged(object sender, EventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue