@xaendar/common 0.4.6 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,7 +45,7 @@ var Stack = class {
|
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
48
|
-
//#region ../packages/common/src/utils/indent.utils.ts
|
|
48
|
+
//#region ../packages/common/src/utils/indent/indent.utils.ts
|
|
49
49
|
/**
|
|
50
50
|
* Indents each line of a code block by two spaces.
|
|
51
51
|
* @param lines The lines of code to indent.
|