Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit cb0b5f3

Browse files
committed
style
1 parent 58961dc commit cb0b5f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ASFOAuth/ASFOAuth.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using ArchiSteamFarm.Plugins.Interfaces;
33
using ArchiSteamFarm.Steam;
44
using ASFOAuth.Data;
5-
using Newtonsoft.Json;
65
using Newtonsoft.Json.Linq;
76
using System.ComponentModel;
87
using System.Composition;
@@ -106,7 +105,7 @@ public Task OnLoaded()
106105
const string cmdPrefix = "ASFO";
107106
const string repoName = "ASFOAuth";
108107

109-
ASFEBridge = AdapterBtidge.InitAdapter(Name, pluginId, cmdPrefix, repoName, handler);
108+
ASFEBridge = AdapterBridge.InitAdapter(Name, pluginId, cmdPrefix, repoName, handler);
110109

111110
if (ASFEBridge)
112111
{

ASFOAuth/AdapterBtidge.cs renamed to ASFOAuth/AdapterBridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22

33
namespace ASFOAuth;
4-
internal static class AdapterBtidge
4+
internal static class AdapterBridge
55
{
66
/// <summary>
77
/// 注册子模块

0 commit comments

Comments
 (0)