Skip to content

Commit

Permalink
Improve code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 30, 2023
1 parent fcf62b1 commit e9daffa
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 @@ -544,7 +544,6 @@ public void setPreviewTooltip(boolean previewTooltip) {
this.previewTooltip = previewTooltip;
}


/**
* Returns the folder to use for audio preview.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ public boolean isPreviewTooltip() {
return dataEditor.getProcess().getProject().isPreviewTooltip();
}


private boolean dragStripeIndexMatches(String dragId) {
Matcher dragStripeImageMatcher = DRAG_STRIPE_IMAGE.matcher(dragId);
Matcher dragUnstructuredMediaMatcher = DRAG_UNSTRUCTURED_MEDIA.matcher(dragId);
Expand Down
1 change: 0 additions & 1 deletion Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3378,7 +3378,6 @@ Column content
margin-right: 3px;
}


.mediaListImageTooltipTrigger {
display: flex;
align-items: center;
Expand Down

0 comments on commit e9daffa

Please sign in to comment.