Skip to content

Commit

Permalink
[skip CI] CI/CD: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2025
1 parent 24d0d6f commit 64475cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Fuyu.Backend.BSG/Models/ItemEvents/MergeItemEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ public class MergeItemEvent : BaseItemEvent

[DataMember(Name = "with")]
public MongoId With { get; set; }
}
}
2 changes: 1 addition & 1 deletion Fuyu.Backend.BSG/Models/ItemEvents/TransferItemEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ public class TransferItemEvent : BaseItemEvent

[DataMember(Name = "count")]
public int Count { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ public override Task RunAsync(ItemEventContext context, MergeItemEvent request)

return Task.CompletedTask;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override Task RunAsync(ItemEventContext context, SplitItemEvent request)
}

var targetLocationItem = profile.Pmc.Inventory.FindItem(request.Container.Id);

if (targetLocationItem == null)
{
throw new Exception($"Failed to find target container {request.Container.Id}");
Expand Down Expand Up @@ -95,4 +95,4 @@ public override Task RunAsync(ItemEventContext context, SplitItemEvent request)

return Task.CompletedTask;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public override Task RunAsync(ItemEventContext context, TransferItemEvent reques

return Task.CompletedTask;
}
}
}

0 comments on commit 64475cd

Please sign in to comment.