Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Jan 9, 2024
1 parent 86a2eb2 commit 6d7666d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/document/DocumentManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export class DocumentManager {
this.model.uiState.setSaveFileName(saveName);
this.model.uiState.setSaveFileDir(saveDir);
this.model.uiState.setIsGradleProject(adjacent_gradle);
}).then(()=>this.exportAllTrajectories());
})
.then(() => this.exportAllTrajectories());
}
}

Expand Down

0 comments on commit 6d7666d

Please sign in to comment.