From 2e757ead5d04d70be1008bed61a15c3a380749b0 Mon Sep 17 00:00:00 2001 From: gmegidish Date: Mon, 4 May 2026 14:06:06 +0200 Subject: [PATCH] chore: fixed lint --- devices/simulator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/simulator.go b/devices/simulator.go index 2a9f452..433566e 100644 --- a/devices/simulator.go +++ b/devices/simulator.go @@ -215,7 +215,6 @@ func (s SimulatorDevice) LaunchAppWithEnv(bundleID string, env map[string]string return nil } - func (s SimulatorDevice) LaunchApp(bundleID string, locales []string) error { args := []string{"launch", s.UDID, bundleID} if len(locales) > 0 {