mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-09 17:54:59 +00:00
style: run code cleanup & apply VS suggestions
This commit is contained in:
@@ -66,7 +66,8 @@ namespace PepperDash.Essentials.Services
|
||||
}
|
||||
|
||||
return authResponse;
|
||||
} catch(Exception ex)
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.LogMessage(ex, "Error authorizing with Mobile Control");
|
||||
return new AuthorizationResponse { Authorized = false, Reason = ex.Message };
|
||||
|
||||
Reference in New Issue
Block a user