Skip to content

Commit

Permalink
Fixed conflicted merges
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-vanca committed Sep 5, 2024
1 parent 4b2b5e0 commit afe1e5e
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 243 deletions.
7 changes: 0 additions & 7 deletions RepoZ.Ipc/DefaultIpcEndpoint.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
namespace RepoZ.Ipc
{
<<<<<<< HEAD
public class DefaultIpcEndpoint : IIpcEndpoint
{
public string Address => "tcp://localhost:18181";
}
=======
public class DefaultIpcEndpoint : IIpcEndpoint
{
#if DEBUG
Expand All @@ -14,5 +8,4 @@ public class DefaultIpcEndpoint : IIpcEndpoint
public string Address => "tcp://localhost:18182";
#endif
}
>>>>>>> 3895eb2 (Colours)
}
13 changes: 0 additions & 13 deletions Specs/Ipc/TestIpcEndpoint.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
using RepoZ.Ipc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Specs.Ipc
{
<<<<<<< HEAD
class TestIpcEndpoint : IIpcEndpoint
{
public string Address => "tcp://localhost:18182";
}
}
=======
class TestIpcEndpoint : IIpcEndpoint
{

Expand All @@ -24,4 +12,3 @@ class TestIpcEndpoint : IIpcEndpoint
#endif
}
}
>>>>>>> 14dc727 (fixing the port debug issue)
Loading

0 comments on commit afe1e5e

Please sign in to comment.