Skip to content

Commit

Permalink
Update spacing around customizable header messages to be a bit more c…
Browse files Browse the repository at this point in the history
…onsistent. (#53)
  • Loading branch information
eshlin authored and ryanmcnamara committed May 19, 2017
1 parent 6b087ad commit 1a61e8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public ServiceGenerator(TypescriptServiceGeneratorConfiguration settings) {
}
beginService(writer, null);

writer.writeLine("");
List<String> bridgeFileLines = null;
try {
bridgeFileLines = IOUtils.readLines(this.getClass().getClassLoader().getResourceAsStream(bridgeFile));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright
// Generated
module ModuleName {

export interface IHttpEndpointOptions {
serviceIdentifier?: string;
endpointPath: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright
// Generated

export interface HttpEndpointOptions {
serviceIdentifier?: string;
endpointPath: string;
Expand Down

0 comments on commit 1a61e8f

Please sign in to comment.