Skip to content

Commit 205346f

Browse files
committed
drop unnecessary trim
1 parent e2e43b7 commit 205346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function (eleventyConfig) {
7171
}
7272
bookPopovers ? (bookPopovers += pop) : (bookPopovers = pop);
7373
}
74-
return (bookButtons + bookPopovers).trim();
74+
return bookButtons + bookPopovers;
7575
});
7676

7777
// keep a list of unique tags

0 commit comments

Comments
 (0)