Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Dec 11, 2024
1 parent 42b4831 commit 1b9262b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,5 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
builder.endObject();
return builder;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,5 @@ public MigratedTemplates(
this.migratedComposableTemplates = Collections.unmodifiableList(migratedComposableTemplates);
this.migratedComponentTemplates = Collections.unmodifiableList(migratedComponentTemplates);
}

}
}

0 comments on commit 1b9262b

Please sign in to comment.