Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurochi51 committed Jun 20, 2024
1 parent 0e7fac0 commit 7e30eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TickTracker/IPC/PenumbraApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class PenumbraApi : IDisposable
private readonly ApiVersion apiVersion;
private readonly GetEnabledState getEnabledState;
private readonly GetModList getModList;
private readonly GetCurrentModSettings getCurrentModSettings;
private readonly GetCurrentModSettings getCurrentModSettings;
private readonly (Guid Id, string Name)? interfaceCollection;

private readonly EventSubscriber init, disposed;
Expand Down
2 changes: 1 addition & 1 deletion TickTracker/TickTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void PenumbraCheck()
}
else
{
log.Error("Penumbra IPC failed. {ex}",ex.Message);
log.Error("Penumbra IPC failed. {ex}", ex.Message);
}
}
}
Expand Down

0 comments on commit 7e30eeb

Please sign in to comment.