Skip to content

Commit

Permalink
Update Hub.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
IntoTheDev committed Apr 14, 2021
1 parent 3d3bbe7 commit 959224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Hub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;

namespace ToolBox.Signals
{//1
{
public static class Hub
{
private static Dictionary<int, List<IReceiver>> _signals = new Dictionary<int, List<IReceiver>>();
Expand Down

0 comments on commit 959224d

Please sign in to comment.