Skip to content

Commit

Permalink
🧹 some classes were not correct in Jira API project
Browse files Browse the repository at this point in the history
  • Loading branch information
nop77svk committed Jan 26, 2024
1 parent 0d0a357 commit 311ec63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion jwl.inputs/IWorklogReader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
namespace jwl.inputs;
using jwl.jira;

public interface IWorklogReader : IDisposable
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma warning disable SA1313
namespace jwl.jira;
namespace jwl.inputs;

public struct InputWorkLog
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace jwl.jira;
namespace jwl.inputs;

public struct JiraIssueKey
{
Expand Down

0 comments on commit 311ec63

Please sign in to comment.