Skip to content

Commit faf697d

Browse files
authored
Merge pull request #414 from mindtraveller/nice-title
added spacing around dash in custom title
2 parents 97997c0 + ad0d6bf commit faf697d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/to-comment-body.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function getCommentBody(
1515
title: string
1616
): string {
1717
return `
18-
# Bundle Stats${title ? `-${title}` : ''}
18+
# Bundle Stats${title ? ` - ${title}` : ''}
1919
2020
Hey there, this message comes from a [GitHub action](https://github.com/github/webpack-bundlesize-compare-action) that helps you and reviewers to understand how these changes affect the size of this project's bundle.
2121

0 commit comments

Comments
 (0)