Trim extra EOF new lines

This commit is contained in:
Nathan Baulch
2021-08-04 22:02:22 +10:00
parent e89bd7458e
commit a8edabd722
520 changed files with 13 additions and 548 deletions

View File

@@ -33,5 +33,3 @@ log4j.logger.Util=DEBUG
log4j.logger.Servlet=DEBUG
log4j.logger.Util.Serialize.Mappers=WARN
log4j.logger.Util.Serialize.IO=INFO

View File

@@ -4,4 +4,3 @@
{{#isEnum}}{{>model_enum}}{{/isEnum}}{{^isEnum}}{{>model}}{{/isEnum}}
{{/model}}
{{/models}}

View File

@@ -13,4 +13,3 @@ branches:
- master
script: compile_all -ecb -melt -list_failures -clean -options dotnet=false

View File

@@ -164,4 +164,3 @@ dependencies {
implementation 'javax.annotation:javax.annotation-api:1.3.2'
testImplementation "junit:junit:$junit_version"
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -64,4 +64,3 @@ public interface {{classname}} {
{{/operation}}
}
{{/operations}}

View File

@@ -57,5 +57,3 @@ public class ProgressResponseBody extends ResponseBody {
};
}
}

View File

@@ -40,4 +40,3 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -868,4 +868,3 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
}
}
}

View File

@@ -40,4 +40,3 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -36,4 +36,3 @@ After the client library is installed/deployed, you can use it in your Maven pro
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -114,4 +114,3 @@ public class Play25CallAdapterFactory extends CallAdapter.Factory {
}
}
}

View File

@@ -162,4 +162,3 @@ dependencies {
implementation "javax.annotation:javax.annotation-api:$javax_annotation_version"
testImplementation "junit:junit:$junit_version"
}

View File

@@ -5,4 +5,3 @@ Run with
```
mvn package jetty:run
``

View File

@@ -32,4 +32,3 @@ public class {{classname}} {
{{/operation}}
}
{{/operations}}

View File

@@ -67,4 +67,3 @@ public interface {{classname}} {
{{/operation}}
}
{{/operations}}

View File

@@ -67,4 +67,3 @@ public interface {{classname}} {
{{/operation}}
}
{{/operations}}

View File

@@ -57,4 +57,3 @@ public class {{classname}}ServiceImpl implements {{classname}} {
{{/operation}}
}
{{/operations}}

View File

@@ -33,5 +33,3 @@ public class ApiResponse<T> {
return statusCode;
}
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -24,4 +24,3 @@ export type {{classname}} = {
{{name}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{{datatype}}}{{/isEnum}};
{{/vars}}
}{{#parent}} & {{parent}}{{/parent}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -94,4 +94,3 @@ namespace {{packageName}}.Filters
}
}
}

View File

@@ -69,4 +69,3 @@ namespace {{packageName}}.Authentication
}
}
}

View File

@@ -94,4 +94,3 @@ namespace {{packageName}}.Filters
}
}
}

View File

@@ -68,4 +68,3 @@ namespace {{packageName}}.Authentication
}
}
}

View File

@@ -95,4 +95,3 @@ namespace {{packageName}}.Filters
}
}
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -76,4 +76,3 @@ int main() {
httpEndpoint->shutdown();
}

View File

@@ -43,4 +43,3 @@ SOURCES += \
$${PWD}/{{prefix}}Helpers.cpp \
$${PWD}/{{prefix}}HttpRequest.cpp \
$${PWD}/{{prefix}}HttpFileElement.cpp

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -40,4 +40,3 @@ All URIs are relative to {{{scheme}}}://{{{host}}}{{{basePath}}}
|------------- | -------------|
{{#models}}{{#model}}|*{{classname}}* | {{{description}}}|
{{/model}}{{/models}}

View File

@@ -19,4 +19,3 @@ std::string stringify(float input);
std::string stringify(std::string input);
#endif /* TINY_CPP_CLIENT_HELPERS_H_ */

View File

@@ -50,4 +50,3 @@
"rqXRfboQnoZsG4q5WTP468SQvvG5\n" \
"-----END CERTIFICATE-----\n" \
*/

View File

@@ -216,4 +216,3 @@ using namespace Tiny;
{{/operations}}

View File

@@ -128,5 +128,3 @@ void setup() {
void loop() {
}

View File

@@ -11,4 +11,3 @@ void {{unrealModuleName}}Module::StartupModule()
void {{unrealModuleName}}Module::ShutdownModule()
{
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -77,4 +77,3 @@
</ItemGroup>
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets"/>
</Project>

View File

@@ -33,4 +33,3 @@
</ProjectReference>
</ItemGroup>
</Project>

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -118,4 +118,3 @@
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
{{/netStandard}}
</Project>

View File

@@ -98,4 +98,3 @@
</ProjectReference>
</ItemGroup>
</Project>

View File

@@ -24,4 +24,3 @@ copy packages\PropertyChanged.Fody.{{propertychanged-fody.version}}\PropertyChan
copy packages\PropertyChanged.Fody.{{propertychanged-fody.version}}\Lib\dotnet\PropertyChanged.dll bin\PropertyChanged.dll
{{/generatePropertyChanged}}
%CSCPATH%\csc /reference:bin\Newtonsoft.Json.dll;bin\JsonSubTypes.dll;bin\RestSharp.dll;System.ComponentModel.DataAnnotations.dll {{#generatePropertyChanged}}/r:bin\Fody.dll;bin\PropertyChanged.Fody.dll;bin\PropertyChanged.dll{{/generatePropertyChanged}} /target:library /out:bin\{{packageName}}.dll /recurse:src\{{packageName}}\*.cs /doc:bin\{{packageName}}.xml

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -107,4 +107,3 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -139,4 +139,3 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -116,4 +116,3 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -142,4 +142,3 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#-last}}{{{infoEmail}}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ Use erlang-server with erlang.mk
$erl -pa ./deps/cowboy/ebin -pa ./deps/cowlib/ebin -pa ./deps/ranch/ebin -pa ./deps/jsx/ebin -pa ./deps/jesse/ebin -pa ./deps/rfc3339/ebin -pa ./ebin
4, Start project
application:ensure_all_started(http_server).

View File

@@ -50,6 +50,3 @@ get_api_key(header, KeyParam, Req) ->
get_api_key(qs_val, KeyParam, Req) ->
QS = cowboy_req:parse_qs(Req),
{ {{packageName}}_utils:get_opt(KeyParam, QS), Req}.

View File

@@ -76,5 +76,3 @@ prepare_validator() ->
get_openapi_path() ->
{ok, AppName} = application:get_application(?MODULE),
filename:join({{packageName}}_utils:priv_dir(AppName), "{{{openAPISpecName}}}.json").

View File

@@ -60,6 +60,3 @@ module {{classname}}Handlers =
{{/operation}}
{{/operations}}

View File

@@ -1,3 +1,2 @@
dotnet restore {{packageName}}.fsproj
dotnet build {{packageName}}.fsproj

View File

@@ -1,4 +1,3 @@
#!/bin/sh
dotnet restore {{packageName}}.fsproj
dotnet build {{packageName}}.fsproj

View File

@@ -96,4 +96,3 @@ module AuthSchemes =
match ctx.Request.Cookies.TryGetValue key with
| true , cookie -> Some cookie
| false, _ -> None

View File

@@ -63,5 +63,3 @@ module {{classname}}Handler =
{{/operation}}
{{/operations}}

View File

@@ -1,3 +1,2 @@
dotnet restore src/{{packageName}}.fsproj
dotnet build src/{{packageName}}.fsproj

View File

@@ -1,4 +1,3 @@
#!/bin/sh
dotnet restore src/{{packageName}}.fsproj
dotnet build src/{{packageName}}.fsproj

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -43,4 +43,3 @@ docker run --rm -it {{{packageName}}}
Endpoints sharing a common path may result in issues. For example, `/v2/pet/findByTags` and `/v2/pet/:petId` will result in an issue with the Gin framework. For more information about this known limitation, please refer to [gin-gonic/gin#388](https://github.com/gin-gonic/gin/issues/388) for more information.
A workaround is to manually update the path and handler. Please refer to [gin-gonic/gin/issues/205#issuecomment-296155497](https://github.com/gin-gonic/gin/issues/205#issuecomment-296155497) for more information.

View File

@@ -37,5 +37,3 @@ Once image is built use
```
docker run --rm -it {{{packageName}}}
```

View File

@@ -41,4 +41,3 @@ func (s *{{classname}}Service) {{nickname}}(ctx context.Context{{#allParams}}, {
{{/responses}}
return Response(http.StatusNotImplemented, nil), errors.New("{{nickname}} method not implemented")
}{{/operation}}{{/operations}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -106,4 +106,3 @@ levelError = LG.ErrorS
levelDebug :: LogLevel
levelDebug = LG.DebugS

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -33,4 +33,3 @@ public class {{serviceName}}Application {
SpringApplication.run({{serviceName}}Application.class, args);
}
}

View File

@@ -98,5 +98,3 @@ private fun ByteReadPacket.decodeBase64Bytes(): Input = buildPacket {
}
}
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -40,4 +40,3 @@ To generate documentation with Nim DocGen, use:
```
nim doc --project --index:on {{{packageName}}}.nim
```

View File

@@ -142,4 +142,3 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -34,4 +34,3 @@ Pod::Spec.new do |s|
s.dependency 'JSONModel', '~> 1.2'
s.dependency 'ISO8601', '~> 0.6'
end

View File

@@ -32,4 +32,3 @@ dune build
## Getting Started
TODO

View File

@@ -117,4 +117,3 @@ sub _deserialize {
return $_instance->from_hash($data);
}
}

View File

@@ -74,4 +74,3 @@ HELP
exit(0);
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -178,4 +178,3 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}}
{{/-last}}{{/apis}}{{/apiInfo}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -97,4 +97,3 @@ class HeaderSelector
}
}
}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -98,4 +98,3 @@ function ConvertFrom-{{{apiNamePrefix}}}JsonTo{{{classname}}} {
}
}
}

View File

@@ -100,4 +100,3 @@ function ConvertFrom-{{{apiNamePrefix}}}JsonTo{{{classname}}} {
}
}
}

View File

@@ -49,4 +49,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://github.com/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -56,4 +56,3 @@ def info_from_{{name}}(token: str) -> dict:
{{/isBasicBearer}}
{{/authMethods}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -87,4 +87,3 @@ def info_from_{{name}}(token):
{{/isBasicBearer}}
{{/authMethods}}

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

View File

@@ -55,4 +55,3 @@ git pull origin master
# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'

Some files were not shown because too many files have changed in this diff Show More