From 09282a9e959237a04552c94e48e6de0102879f98 Mon Sep 17 00:00:00 2001 From: Diego Araujo Novoa <33570700+diegoara96@users.noreply.github.com> Date: Tue, 5 May 2020 15:13:52 +0200 Subject: [PATCH] Update VirtualMachineDetector.cs --- SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {