Skip to content

Commit f056a2b

Browse files
committed
semicolon brah
1 parent 508fa7c commit f056a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuestAppVersionSwitcher/Adb/AdbWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static ExitInfo RunAdbCommand(string arguments, AdbDevice? device = null)
9494
StartServer();
9595
if(device != null) {
9696
arguments = "-s \"" + device.id + "\" " + arguments;
97-
if(!Logger.notAllowedStrings.Contains(device.id)) Logger.notAllowedStrings.Add(device.id)
97+
if(!Logger.notAllowedStrings.Contains(device.id)) Logger.notAllowedStrings.Add(device.id);
9898
}
9999

100100
var procStartInfo = new ProcessStartInfo(AdbPath)

0 commit comments

Comments
 (0)