Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Feb 12, 2022
1 parent 94c59c3 commit 48e94d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Aviationexam.DockerComposeBuilder.Builders.Base;
using Aviationexam.DockerComposeBuilder.Enums;
using Aviationexam.DockerComposeBuilder.Model;
using Aviationexam.DockerComposeBuilder.Model.Services;
using System;
using System.Collections.Generic;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Aviationexam.DockerComposeBuilder.Model;
using Aviationexam.DockerComposeBuilder.Model.Services;
using System;

namespace Aviationexam.DockerComposeBuilder.Builders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Collections.Generic;
using YamlDotNet.Serialization;

namespace Aviationexam.DockerComposeBuilder.Model
namespace Aviationexam.DockerComposeBuilder.Model.Services
{
[Serializable]
public class Deploy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using YamlDotNet.Serialization;

namespace Aviationexam.DockerComposeBuilder.Model
namespace Aviationexam.DockerComposeBuilder.Model.Services
{
[Serializable]
public class Port
Expand Down

0 comments on commit 48e94d6

Please sign in to comment.