Skip to content

Commit

Permalink
Removes empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Sep 2, 2024
1 parent 5de236b commit 2a4eea0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class IlographExporter extends AbstractWorkspaceExporter {
public WorkspaceExport export(Workspace workspace) {
IndentingWriter writer = new IndentingWriter();
writer.writeLine("resources:");
writer.writeLine();
writer.indent();

Model model = workspace.getModel();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resources:

- id: "1"
name: "Personal Banking Customer"
subtitle: "[Person]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resources:

- id: "1"
name: "Spring PetClinic"
subtitle: "[Software System]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public void test_renderCustomElements() throws Exception {

WorkspaceExport export = new IlographExporter().export(workspace);
assertEquals("resources:\n" +
"\n" +
" - id: \"1\"\n" +
" name: \"A\"\n" +
" subtitle: \"\"\n" +
Expand Down

0 comments on commit 2a4eea0

Please sign in to comment.