diff --git a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs index e80ac962..52855d7b 100644 --- a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs @@ -11,7 +11,7 @@ using SafeExamBrowser.SystemComponents.Contracts; using System.Globalization; using System.Linq; using System.Management; -using System.Net.NetworkInformation;s; +using System.Net.NetworkInformation; namespace SafeExamBrowser.SystemComponents {