Skip to content

Commit

Permalink
🎨 处理 SA1516 换行空格
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed Aug 4, 2023
1 parent 932fe4c commit baf291b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions src/BD.SteamClient/Enums/TradeTaskEnum.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BD.SteamClient.Enums;

public enum TradeTaskEnum : byte
{
None = 0,
Expand Down
7 changes: 1 addition & 6 deletions src/BD.SteamClient/Models/SteamSession.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BD.SteamClient.Models;

public class SteamSession
{
public string SteamId { get; set; } = string.Empty;
Expand Down
7 changes: 1 addition & 6 deletions src/BD.SteamClient/Models/Trade/Asset.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BD.SteamClient.Models.Trade;

public sealed class Asset
{
[JsonPropertyName("appid")]
Expand Down

0 comments on commit baf291b

Please sign in to comment.