Skip to content

Commit

Permalink
Use consistent indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 27, 2024
1 parent b1b8b01 commit f82aae6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<j:if test="${!remoteUrl.startsWith('http')}">
<br/><strong>${%Repository}</strong>: ${remoteUrl}
</j:if>
<br/><strong>${%Organization Name}</strong>: ${it.getOrganizationName(remoteUrl)}
<br/><strong>${%Repository Name}</strong>: ${it.getRepoName(remoteUrl)}
<br/><strong>${%Organization Name}</strong>: ${it.getOrganizationName(remoteUrl)}
<br/><strong>${%Repository Name}</strong>: ${it.getRepoName(remoteUrl)}
</j:forEach>
</j:if>
<ul>
Expand Down

0 comments on commit f82aae6

Please sign in to comment.