Skip to content

Commit 3945607

Browse files
committed
fix: small fix
1 parent 269c585 commit 3945607

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/devextreme-schematics/src/add-layout/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ function modifyFileRule(path: string, callback: (source: SourceFile) => Change[]
160160
if (!source) {
161161
return host;
162162
}
163+
163164
const changes = callback(source);
165+
164166
return applyChanges(host, changes, path);
165167
};
166168
}

packages/devextreme-schematics/src/install/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { getProjectName } from '../utility/project';
1919
import { PatchNodePackageInstallTask } from '../utility/patch';
2020

2121
export default function(options: any): Rule {
22+
2223
return chain([
2324
(host: Tree) => addDevExtremeDependency(host, { dxversion: options.dxversion }),
2425
(host: Tree) => addDevExtremeCSS(host, { project: options.project }),

0 commit comments

Comments
 (0)