aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Formatters/StringInputFormatter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Formatters/StringInputFormatter.cs')
-rw-r--r--Timeline/Formatters/StringInputFormatter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Formatters/StringInputFormatter.cs b/Timeline/Formatters/StringInputFormatter.cs
index b1924268..e6831d0a 100644
--- a/Timeline/Formatters/StringInputFormatter.cs
+++ b/Timeline/Formatters/StringInputFormatter.cs
@@ -5,7 +5,7 @@ using System.Net.Mime;
using System.Text;
using System.Threading.Tasks;
-namespace Timeline.Formatters
+namespace TimelineApp.Formatters
{
public class StringInputFormatter : TextInputFormatter
{