Skip to content

Commit

Permalink
Assessment: Remove unnecessary whitespace in result date (#9465)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisknedl authored Oct 13, 2024
1 parent e072169 commit ca16367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</span>
}
@if (!isInSidebarCard) {
<span [ngbTooltip]="result!.completionDate | artemisDate"> ({{ result!.completionDate | artemisTimeAgo }} ) </span>
<span [ngbTooltip]="result!.completionDate | artemisDate"> ({{ result!.completionDate | artemisTimeAgo }}) </span>
}
</span>
@if (hasBuildArtifact() && participation.type === ParticipationType.PROGRAMMING) {
Expand Down

0 comments on commit ca16367

Please sign in to comment.