Skip to content

Commit

Permalink
Update Source/Tiko/TikoContainer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GSerjo committed Feb 26, 2012
1 parent ee0c185 commit 9ffc3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tiko/TikoContainer.cs
Expand Up @@ -4,7 +4,7 @@

namespace Tiko
{
public static class TikoContainer
public static class TikoContainer
{
private static readonly ConcurrentDictionary<Type, RegisteredObject> _registeredObjects =
new ConcurrentDictionary<Type, RegisteredObject>();
Expand Down

0 comments on commit 9ffc3fd

Please sign in to comment.