remove whitespace

This commit is contained in:
Jonas Sourlier 2022-05-24 16:02:39 +02:00
parent 475c46529f
commit c2ffb0f15b

View file

@ -185,7 +185,7 @@ namespace SafeExamBrowser.UserInterface.Mobile.Windows
}
public void UpdateProgress(double value)
{
{
Dispatcher.Invoke(() => ProgressBar.Value = value * 100);
}