Skip to content

Commit

Permalink
Adapted namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Feb 6, 2019
1 parent 1948107 commit 484a097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IMethodQ.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace MethodQ
namespace GlitchedPolygons.Services.MethodQ
{
/// <summary>
/// Service interface for scheduling method calls using a method queue.
Expand Down
2 changes: 1 addition & 1 deletion MethodQ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Timers;
using System.Collections.Generic;

namespace MethodQ
namespace GlitchedPolygons.Services.MethodQ
{
public class MethodQ : IMethodQ
{
Expand Down

0 comments on commit 484a097

Please sign in to comment.