Skip to content

Commit 9b3e523

Browse files
committed
✏️ remove unnecessary null assignment in variable _api
semver: patch
1 parent 6b186b9 commit 9b3e523

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

EliteVA/EliteVA.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
32
using EliteApi;
43
using EliteVA.Abstractions;
54
using EliteVA.Logging;
@@ -8,7 +7,7 @@ namespace EliteVA;
87

98
public class Plugin : VoiceAttackPlugin
109
{
11-
private EliteDangerousApi _api;
10+
private EliteDangerousApi _api = null!;
1211

1312
public override async Task OnStart(IVoiceAttackProxy proxy)
1413
{

0 commit comments

Comments
 (0)