Skip to content
Snippets Groups Projects
Commit df15eff0 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

formatting

parent c0100958
No related branches found
No related tags found
1 merge request!8Fix: Using OpenAPI 6.3.0
......@@ -6,8 +6,8 @@ using System.Net;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace Coscine.CodeGen.CodeGenerator
{
namespace Coscine.CodeGen.CodeGenerator;
public abstract class CodeGenerator
{
#region Functionality
......@@ -178,4 +178,3 @@ const apis = implementations(instance);
internal abstract Task<string> GetCustomCodeForCombinationFile(string combinationFileText);
#endregion
}
}
......@@ -6,8 +6,8 @@ using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
namespace Coscine.CodeGen.CodeGenerator
{
namespace Coscine.CodeGen.CodeGenerator;
public class CoscineCodeGenerator : CodeGenerator
{
private readonly IConfiguration _configuration;
......@@ -95,4 +95,3 @@ const getHostName = () => {
return Task.FromResult(combinationFileText);
}
}
}
using Coscine.CodeGen.CodeGenerator;
using Coscine.Configuration;
namespace Coscine.CodeGen
{
namespace Coscine.CodeGen;
public class Program
{
public static void Main(string[] args)
......@@ -11,4 +11,3 @@ namespace Coscine.CodeGen
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment