Skip to content

Commit

Permalink
Move namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Nov 25, 2020
1 parent 285b334 commit f44ea17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System;
using System.IO;

namespace Neo.SmartContract.Native
namespace Neo.SmartContract
{
public class KeyBuilder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Neo.SmartContract.Native;
using Neo.SmartContract;

namespace Neo.UnitTests.SmartContract.Native
namespace Neo.UnitTests.SmartContract
{
[TestClass]
public class UT_KeyBuilder
Expand Down

0 comments on commit f44ea17

Please sign in to comment.