Skip to content

Commit

Permalink
Merge branch 'main' into cancellationtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
levimcgomes authored Dec 22, 2024
2 parents 580a810 + d6dd181 commit a4104f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Services/DataProcessors/DataProcessorBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using backend24.Models;
using backend24.Models;
using backend24.Services.DataProviders;

namespace backend24.Services.DataProcessors
Expand Down
2 changes: 1 addition & 1 deletion Services/DataProcessors/VelocityProcessor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using backend24.Models;
using backend24.Models;
using backend24.Services.DataProviders;

namespace backend24.Services.DataProcessors
Expand Down
2 changes: 1 addition & 1 deletion Services/DataProviders/SerialProvider.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO.Ports;
using System.Text.RegularExpressions;
using backend24.Models;
Expand Down
2 changes: 1 addition & 1 deletion Services/EventFinalizers/EventFinalizerAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace backend24.Services.EventFinalizers
namespace backend24.Services.EventFinalizers
{
/// <summary>
/// Marks a class as an event finalizer, telling ServerEventsController to subscribe to it.
Expand Down

0 comments on commit a4104f2

Please sign in to comment.