Skip to content

Commit f1741b3

Browse files
committed
Change spaces
1 parent 66f755a commit f1741b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/storage/upgrade_project.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ async function upgradeFrom_001_to_002(
101101
}
102102

103103
async function upgradeFrom_002_to_003(
104-
storage: commonStorage.Storage,
105-
projectName: string,
106-
projectInfo: storageProject.ProjectInfo): Promise<void> {
104+
storage: commonStorage.Storage,
105+
projectName: string,
106+
projectInfo: storageProject.ProjectInfo): Promise<void> {
107107
// Opmodes had robot as a parameter to init method
108108
const projectFileNames: string[] = await storage.list(
109109
storageNames.makeProjectDirectoryPath(projectName));

0 commit comments

Comments
 (0)