Code formatting

This commit is contained in:
Alexander 2020-01-19 14:53:08 +02:00
parent 9e18e19eec
commit d15194f789
No known key found for this signature in database
GPG key ID: 1F83313BFEB322E9
2 changed files with 3 additions and 3 deletions

View file

@ -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)