Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 739ab1b

Browse files
committed
m-x delete-trailing-whitespace
1 parent 99c2111 commit 739ab1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extensions/default/QuickView

src/extensions/default/QuickView/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ define(function (require, exports, module) {
344344
$previewContainer.find(".image-preview > img").on("load", function () {
345345
$previewContent
346346
.append("<div class='img-size'>" +
347-
this.naturalWidth + " x " + this.naturalHeight + " " + Strings.UNIT_PIXELS + " " +
347+
this.naturalWidth + " x " + this.naturalHeight + " " + Strings.UNIT_PIXELS +
348348
"</div>"
349349
);
350350
$previewContainer.show();

0 commit comments

Comments
 (0)