Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Oct 9, 2023
1 parent 96d2fab commit 66a6104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Ignis.Components/IFrameTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public interface IFrameTracker
{
bool IsPending { get; }

void ExecuteOnNextFrame(IgnisComponentBase target, Action action);

void OnAfterRender();
Expand Down

0 comments on commit 66a6104

Please sign in to comment.