Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 2e9185a

Browse files
committed
Move Inspect to base namespace
1 parent 4733481 commit 2e9185a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ServiceStack.Text/Inspect.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
using System;
22
using System.IO;
3+
using ServiceStack.Text;
34

4-
namespace ServiceStack.Text
5+
namespace ServiceStack
56
{
67
/// <summary>
78
/// Helper utility for inspecting variables

0 commit comments

Comments
 (0)