Skip to content

Commit 44eea2a

Browse files
fix: test indentation
2 parents d64060e + 8af0f88 commit 44eea2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/omnistudio/migration/migrate.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ export default class Migrate extends OmniStudioBaseCommand {
7373
conn.setApiVersion(apiVersion);
7474

7575
const orgs: OmnistudioOrgDetails = await OrgUtils.getOrgDetails(conn, namespace);
76-
76+
7777
if (orgs.packageDetails.length === 0) {
7878
this.ux.log('No package installed on given org.');
7979
return;
8080
}
81-
81+
8282
if (orgs.omniStudioOrgPermissionEnabled) {
8383
this.ux.log('The org is already on standard data model.');
8484
return;
8585
}
86-
86+
8787
// Let's time every step
8888
DebugTimer.getInstance().start();
8989
let projectPath: string;

0 commit comments

Comments
 (0)