Skip to content

Commit 54f5a5a

Browse files
committed
fix(types): remove whitespace
1 parent cff0f33 commit 54f5a5a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/ChunkGroup.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MIT License http://www.opensource.org/licenses/mit-license.php
33
Author Tobias Koppers @sokra
44
*/
5-
65
"use strict";
76

87
const SortableSet = require("./util/SortableSet");
@@ -96,7 +95,7 @@ class ChunkGroup {
9695

9796
/**
9897
* returns the name of current ChunkGroup
99-
* @returns {string} returns the ChunkGroup name
98+
* @returns {string|undefined} returns the ChunkGroup name
10099
*/
101100
get name() {
102101
return this.options.name;

0 commit comments

Comments
 (0)